From 0c66e724cbbdc41d6f73424ed1613c560b0cd755 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Wed, 22 Aug 2018 17:09:16 +0200 Subject: [PATCH] fix typo --- src/ComputingTasks.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);