Skip to content
Snippets Groups Projects
Unverified Commit b8f756fa authored by Stéphane Adjemian (Charybdis)'s avatar Stéphane Adjemian (Charybdis)
Browse files

Fixed option name in error message.

parent 8ae7f81f
No related branches found
No related tags found
No related merge requests found
......@@ -2628,7 +2628,7 @@ ParsingDriver::pac_model()
aux_model_name = it->second;
else
if (pac_steady_state_growth_rate_number < 0 && pac_steady_state_growth_rate_symb_id < 0)
error("when aux_model_name is not passed to the pac_model statement, you must pass steady_state_growth_rate");
error("when aux_model_name is not passed to the pac_model statement, you must pass steady_state_growth option");
else if (pac_growth_symb_id >= 0 && mod_file->symbol_table.getType(pac_growth_symb_id) == SymbolType::parameter
&& (pac_steady_state_growth_rate_number >= 0
|| pac_steady_state_growth_rate_symb_id != pac_growth_symb_id))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment