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

fix writeJsonOutput for load_params_and_steady_state

parent fd979f62
No related branches found
No related tags found
No related merge requests found
......@@ -611,7 +611,7 @@ LoadParamsAndSteadyStateStatement::writeOutput(ostream &output, const string &ba
void
LoadParamsAndSteadyStateStatement::writeJsonOutput(ostream &output) const
{
output << R"({"statementName": "load_params_and_steady_state")"
output << R"({"statementName": "load_params_and_steady_state",)"
<< R"("values": [)";
for (auto it = content.begin(); it != content.end(); ++it)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment