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
796af7ee
Commit
796af7ee
authored
Mar 07, 2011
by
Sébastien Villemot
Browse files
Preprocessor: added model local variable definitions to parameter derivative file
parent
688366d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/DynamicModel.cc
View file @
796af7ee
...
...
@@ -3340,6 +3340,8 @@ DynamicModel::writeParamsDerivativesFile(const string &basename) const
if
(
isUnaryOpUsed
(
oSteadyState
))
paramsDerivsFile
<<
"global oo_;"
<<
endl
<<
endl
;
writeModelLocalVariables
(
paramsDerivsFile
,
oMatlabDynamicModel
);
writeTemporaryTerms
(
params_derivs_temporary_terms
,
paramsDerivsFile
,
oMatlabDynamicModel
);
// Write parameter derivative
...
...
Write
Preview
Markdown
is supported
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