fixed error message

time-shift
Houtan Bastani 2011-03-03 14:56:36 +01:00
parent d87484ec8e
commit 3b0f6c781a
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}