diff --git a/src/ModFile.cc b/src/ModFile.cc index 12fc2c3b8c787b02118a12a530479f47ede2e7d6..0139d94c311f7b76be49d06ad429a61d4bd831a9 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;