update pac output

issue#70
Houtan Bastani 2018-04-18 15:50:35 +02:00
parent d686275da1
commit 1310ec3caa
1 changed files with 1 additions and 1 deletions

View File

@ -7814,7 +7814,7 @@ PacExpectationNode::writeOutput(ostream &output, ExprNodeOutputType output_type,
output << "M_.pac." << model_name << ".lhs_var = "
<< datatree.symbol_table.getTypeSpecificID(lhs_pac_var.first) + 1 << ";" << endl
<< "M_.pac." << model_name << ".lhs_lag = " << lhs_pac_var.second << ";" << endl;
<< "M_.pac." << model_name << ".max_lag = " << max_lag << ";" << endl;
if (growth_symb_id >= 0)
output << "M_.pac." << model_name << ".growth_neutrality_param_index = "