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

fix writeJsonOutput for load_params_and_steady_state

(cherry picked from commit 6662d801)
parent e516f392
No related branches found
No related tags found
No related merge requests found
Pipeline #5072 passed
......@@ -597,7 +597,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