Skip to content
Snippets Groups Projects
Commit c96d96cf authored by MichelJuillard's avatar MichelJuillard Committed by Sébastien Villemot
Browse files

Add steady_state_model_present field to modfile.json

parent 0f397f40
Branches
No related tags found
No related merge requests found
...@@ -1300,6 +1300,9 @@ ModFile::writeJsonOutputParsingCheck(const string& basename, JsonFileOutputType ...@@ -1300,6 +1300,9 @@ ModFile::writeJsonOutputParsingCheck(const string& basename, JsonFileOutputType
output << ","; output << ",";
dynamic_model.writeJsonDynamicModelInfo(output); dynamic_model.writeJsonDynamicModelInfo(output);
} }
output << R"(, "steady_state_model": )" << mod_file_struct.steady_state_model_present << endl;
output << "}" << endl; output << "}" << endl;
ostringstream original_model_output; ostringstream original_model_output;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment