Skip to content
Snippets Groups Projects
Verified Commit 12bf59ea authored by Houtan Bastani's avatar Houtan Bastani
Browse files

remove unused line. #29

parent e3c23df9
No related branches found
No related tags found
No related merge requests found
...@@ -237,9 +237,6 @@ SteadyStateModel::writeSteadyStateFile(const string &basename, bool ramsey_model ...@@ -237,9 +237,6 @@ SteadyStateModel::writeSteadyStateFile(const string &basename, bool ramsey_model
output << " # Auxiliary equations" << endl; output << " # Auxiliary equations" << endl;
static_model.writeAuxVarRecursiveDefinitions(output, output_type); static_model.writeAuxVarRecursiveDefinitions(output, output_type);
if (!julia)
output << " check_=0;" << endl;
output << "end" << endl; output << "end" << endl;
if (julia) if (julia)
output << "end" << endl; output << "end" << endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment