Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dynare
preprocessor
Commits
b8f756fa
Unverified
Commit
b8f756fa
authored
Feb 22, 2019
by
Stéphane Adjemian (Charybdis)
Browse files
Fixed option name in error message.
parent
8ae7f81f
Pipeline
#875
passed with stage
in 1 minute and 47 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/ParsingDriver.cc
View file @
b8f756fa
...
...
@@ -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
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment