preprocessor: fix typo

issue#70
Houtan Bastani 2017-01-31 17:10:39 +01:00
parent 7591d5b6d3
commit ea774b3f30
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ ModFile::transformPass(bool nostrict)
if (symbol_table.exo_det_nbr() > 0 && mod_file_struct.perfect_foresight_solver_present)
{
cerr << "ERROR: A .mod file cannot contain both one of {perfect_foresight_solver,simul} and varexo_det declaration (all exogenous variables are deterministic in this case)" << endl;
cerr << "ERROR: A .mod file cannot contain both one of {perfect_foresight_solver, simul} and varexo_det declaration (all exogenous variables are deterministic in this case)" << endl;
exit(EXIT_FAILURE);
}