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
92af6ffb
Verified
Commit
92af6ffb
authored
Mar 15, 2019
by
Houtan Bastani
Browse files
pass flag because regex’s on matlab side depend on it
parent
da9f5dcf
Pipeline
#984
passed with stage
in 1 minute and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/ExprNode.cc
View file @
92af6ffb
...
...
@@ -9179,7 +9179,9 @@ VarExpectationNode::writeJsonOutput(ostream &output,
const deriv_node_temp_terms_t &tef_terms,
const bool isdynamic) const
{
output << "var_expectation(" << model_name << ')';
output << "var_expectation("
<< "model_name = " << model_name
<< ")";
}
PacExpectationNode::PacExpectationNode(DataTree &datatree_arg,
...
...
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