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
74b693a1
Commit
74b693a1
authored
Aug 14, 2018
by
Stéphane Adjemian
Browse files
Cosmetic change.
parent
adbeb49b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ExprNode.cc
View file @
74b693a1
...
...
@@ -8388,7 +8388,7 @@ PacExpectationNode::writeOutput(ostream &output, ExprNodeOutputType output_type,
<< datatree.symbol_table.getTypeSpecificID(growth_param_index) + 1 << ";" << endl;
if (optim_share_index >= 0)
output
<<
"M_.pac."
<<
model_name
<<
".share_of_optimizing_agents_
value
= "
output << "M_.pac." << model_name << ".share_of_optimizing_agents_
index
= "
<< datatree.symbol_table.getTypeSpecificID(optim_share_index) + 1 << ";" << endl;
output << "M_.pac." << model_name << ".ec.params = ";
...
...
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