Skip to content
Snippets Groups Projects
Commit fa502013 authored by Houtan Bastani's avatar Houtan Bastani Committed by MichelJuillard
Browse files

ms-dsge: remove unnecessary output

parent 8a50eee8
Branches
No related tags found
No related merge requests found
...@@ -47,7 +47,6 @@ InitParamStatement::writeOutput(ostream &output, const string &basename) const ...@@ -47,7 +47,6 @@ InitParamStatement::writeOutput(ostream &output, const string &basename) const
output << "M_.params( " << id << " ) = "; output << "M_.params( " << id << " ) = ";
param_value->writeOutput(output); param_value->writeOutput(output);
output << ";" << endl; output << ";" << endl;
output << symbol_table.getName(symb_id) << " = M_.params( " << id << " );\n";
} }
void void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment