ms-dsge: aesthetic fix

issue#70
Houtan Bastani 2012-01-08 15:55:50 +01:00 committed by Michel Juillard
parent e1cebde83a
commit bc27f79d06
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ SymbolTable::writeCOutput(ostream &output) const throw (NotYetFrozenException)
throw NotYetFrozenException();
output << endl
<< "map <string, int > exo_names, exo_det_names, endo_names, param_names;" << endl;
<< "map<string, int > exo_names, exo_det_names, endo_names, param_names;" << endl;
output << endl
<< "int exo_nbr = " << exo_nbr() << ";" << endl;