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
416b7b84
Commit
416b7b84
authored
Oct 22, 2013
by
MichelJuillard
Browse files
extended-preprocessor: adding back writing of model local variables (#)
parent
6bee53c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
DynamicModel.cc
View file @
416b7b84
...
...
@@ -2089,7 +2089,8 @@ DynamicModel::writeDynamicModel(ostream &DynamicOutput, bool use_dll) const
ExprNodeOutputType
output_type
=
(
use_dll
?
oCDynamicModel
:
oMatlabDynamicModel
);
deriv_node_temp_terms_t
tef_terms
;
writeModelLocalVariables
(
model_output
,
output_type
,
tef_terms
);
writeTemporaryTerms
(
temporary_terms
,
model_output
,
output_type
,
tef_terms
);
writeModelEquations
(
model_output
,
output_type
);
...
...
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