ms-dsge: remove unnecessary output

issue#70
Houtan Bastani 2012-01-08 16:35:09 +01:00 committed by Michel Juillard
parent 8a50eee858
commit fa50201348
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ InitParamStatement::writeOutput(ostream &output, const string &basename) const
output << "M_.params( " << id << " ) = ";
param_value->writeOutput(output);
output << ";" << endl;
output << symbol_table.getName(symb_id) << " = M_.params( " << id << " );\n";
}
void