From 5a6e2767507608410a089b2d8be2d6f94a5534eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Tue, 18 Oct 2022 17:28:18 +0200
Subject: [PATCH] Fix comment

---
 src/ModFile.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ModFile.hh b/src/ModFile.hh
index 457d480d..e565141a 100644
--- a/src/ModFile.hh
+++ b/src/ModFile.hh
@@ -79,7 +79,7 @@ public:
   //! Option linear
   bool linear{false};
 
-  //! Is the model block decomposed?
+  //! Was the “block” option passed to the “model” block?
   bool block{false};
 
   //! Is the model stored in bytecode format (bytecode=true) or in a M-file (bytecode=false)
-- 
GitLab