issue#70
Houtan Bastani 2018-09-12 18:21:34 +02:00
parent dc9ecbb49a
commit dfb0629c25
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ VarModelTable::writeOutput(const string &basename, ostream &output) const
ar_output << " ar(" << eqn + 1 << ", " << colidx + 1 << ", " << lag
<< ") = ";
it.second->writeOutput(ar_output, ExprNodeOutputType::matlabDynamicModel);
ar_output << endl;
ar_output << ";" << endl;
}
ar_output << " return" << endl
<< "end" << endl << endl;