Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
bf856146
Commit
bf856146
authored
Jul 07, 2011
by
Houtan Bastani
Browse files
fix typo
parent
52fa569f
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/ParsingDriver.cc
View file @
bf856146
...
...
@@ -934,7 +934,7 @@ ParsingDriver::option_symbol_list(const string &name_option)
for
(
vector
<
string
>::
const_iterator
it
=
shocks
.
begin
();
it
!=
shocks
.
end
();
it
++
)
if
(
mod_file
->
symbol_table
.
getType
(
*
it
)
!=
eExogenous
)
error
(
"Variables passed to irf_
for
must be exogenous. Caused by: "
+
*
it
);
error
(
"Variables passed to irf_
shocks
must be exogenous. Caused by: "
+
*
it
);
}
options_list
.
symbol_list_options
[
name_option
]
=
symbol_list
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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