From 38bd9c5a2bdba638b12958bffeb77be7cbf9bfe9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joan=20Sol=C3=A0?= <jsola@iri.upc.edu>
Date: Wed, 22 Jun 2022 08:40:00 +0200
Subject: [PATCH] [skip ci] fix small doc

---
 include/core/state_block/state_composite.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/core/state_block/state_composite.h b/include/core/state_block/state_composite.h
index e3569b5b4..dcfa71155 100644
--- a/include/core/state_block/state_composite.h
+++ b/include/core/state_block/state_composite.h
@@ -246,7 +246,7 @@ class MatrixComposite : public std::unordered_map < char, std::unordered_map < c
          *   S["V"]["V"] S["V"]["W"]
          *   S["W"]["V"] S["W"]["W"]
          */
-        MatrixComposite propagate(const MatrixComposite & _Cov); // This performs Jac * this * Jac.tr
+        MatrixComposite propagate(const MatrixComposite & _Cov); // This performs this * _Cov * this.tr
 
         /**
          * \brief Matrix-vector product
-- 
GitLab