From d97eb8d7436f956fe934f955c41c0a8b50a04d90 Mon Sep 17 00:00:00 2001
From: MichelJuillard <michel.juillard@mjui.fr>
Date: Sat, 16 Dec 2023 10:16:33 +0100
Subject: [PATCH] add seady_state_model_present field to modfile.json

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

diff --git a/src/ModFile.cc b/src/ModFile.cc
index 12fc2c3b..0139d94c 100644
--- a/src/ModFile.cc
+++ b/src/ModFile.cc
@@ -1304,7 +1304,7 @@ ModFile::writeJsonOutputParsingCheck(const string& basename, JsonFileOutputType
   output << R"(, "steady_state_model": )"
 	 << mod_file_struct.steady_state_model_present
 	 << endl;
-  
+
   output << "}" << endl;
 
   ostringstream original_model_output;
-- 
GitLab