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
49d8931f
Commit
49d8931f
authored
Sep 04, 2018
by
Houtan Bastani
Browse files
fix typo in
85843235
parent
85843235
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ExprNode.cc
View file @
49d8931f
...
...
@@ -8516,7 +8516,7 @@ PacExpectationNode::writeOutput(ostream &output, ExprNodeOutputType output_type,
for
(
auto
it
:
ec_params_and_vars
.
second
.
first
)
output
<<
datatree
.
symbol_table
.
getTypeSpecificID
(
it
)
+
1
<<
" "
;
output
<<
"];"
<<
endl
<<
"M_.pac."
<<
model_name
<<
".ec.
vars
= ["
;
<<
"M_.pac."
<<
model_name
<<
".ec.
is_endo
= ["
;
for
(
auto
it
:
ec_params_and_vars
.
second
.
second
)
output
<<
(
it
?
"true"
:
"false"
)
<<
" "
;
output
<<
"];"
<<
endl
...
...
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