From 3b0f6c781a82ae5165ac11286794fe5272c9fe0f Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Thu, 3 Mar 2011 14:56:36 +0100 Subject: [PATCH] fixed error message --- preprocessor/ModFile.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preprocessor/ModFile.cc b/preprocessor/ModFile.cc index 3861305dc..44a7225d5 100644 --- a/preprocessor/ModFile.cc +++ b/preprocessor/ModFile.cc @@ -143,7 +143,7 @@ ModFile::checkPass() if ((stochastic_statement_present || mod_file_struct.check_present || mod_file_struct.steady_present) && no_static) { - cerr << "no_static option is incompatible with stochastic simulation, estimation, optimal policy, steady or check command" << endl; + cerr << "ERROR: no_static option is incompatible with stoch_simul, estimation, osr, ramsey_policy, steady and check commands" << endl; exit(EXIT_FAILURE); }