issue#70
Houtan Bastani 2018-09-04 10:45:39 +02:00
parent 8584323563
commit 49d8931fc0
1 changed files with 1 additions and 1 deletions

View File

@ -8516,7 +8516,7 @@ PacExpectationNode::writeOutput(ostream &output, ExprNodeOutputType output_type,
for (auto it : ec_params_and_vars.second.first)
output << datatree.symbol_table.getTypeSpecificID(it) + 1 << " ";
output << "];" << endl
<< "M_.pac." << model_name << ".ec.vars = [";
<< "M_.pac." << model_name << ".ec.is_endo = [";
for (auto it : ec_params_and_vars.second.second)
output << (it ? "true" : "false") << " ";
output << "];" << endl