From 5b6a888d7f55e0538e7ccb02b1490ec40614c12c Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Tue, 31 Jan 2017 17:10:39 +0100 Subject: [PATCH] preprocessor: fix typo --- preprocessor/ModFile.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preprocessor/ModFile.cc b/preprocessor/ModFile.cc index 0d51bd0be..794f1e46b 100644 --- a/preprocessor/ModFile.cc +++ b/preprocessor/ModFile.cc @@ -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); }