issue#70
Houtan Bastani 2018-08-22 17:09:16 +02:00
parent 54df07d0e0
commit 0c66e724cb
1 changed files with 1 additions and 1 deletions

View File

@ -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);