diff --git a/src/ComputingTasks.cc b/src/ComputingTasks.cc index f67880df..561bd2f7 100644 --- a/src/ComputingTasks.cc +++ b/src/ComputingTasks.cc @@ -4892,7 +4892,7 @@ VarExpectationModelStatement::writeJsonOutput(ostream &output) const output << "{\"statementName\": \"var_expectation_model\"," << "\"model_name\": \"" << model_name << "\", " << "\"variable\": \"" << variable << "\", " - << "\"aux_model_name\": \"" << aux_model_name << "\", " + << "\"auxiliary_model_name\": \"" << aux_model_name << "\", " << "\"horizon\": \"" << horizon << "\", " << "\"discount\": \""; discount->writeOutput(output);