Skip to content
Snippets Groups Projects
Commit cb6c2569 authored by MichelJuillard's avatar MichelJuillard
Browse files

add seady_state_model_present field to modfile.json

parent 07f5de36
No related branches found
Tags
No related merge requests found
......@@ -1197,6 +1197,9 @@ ModFile::writeJsonOutputParsingCheck(const string &basename, JsonFileOutputType
output << ",";
dynamic_model.writeJsonDynamicModelInfo(output);
}
output << R"(, "steady_state_model": )" << mod_file_struct.steady_state_model_present << endl;
output << "}" << endl;
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