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
Dóra Kocsis
dynare
Commits
85d56423
Commit
85d56423
authored
Sep 15, 2011
by
Houtan Bastani
Browse files
fix typo
parent
3136fe42
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/ParsingDriver.cc
View file @
85d56423
...
...
@@ -1394,7 +1394,7 @@ ParsingDriver::svar()
&&
it2
!=
options_list
.
string_options
.
end
())
||
(
it0
!=
options_list
.
string_options
.
end
()
&&
it2
!=
options_list
.
string_options
.
end
()))
error
(
"You may only pass one 'coefficients', 'variances', or 'constants'
option
."
);
error
(
"You may only pass one
of
'coefficients', 'variances', or 'constants'."
);
it0
=
options_list
.
num_options
.
find
(
"ms.chain"
);
if
(
it0
==
options_list
.
num_options
.
end
())
...
...
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