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
12c92ee9
Commit
12c92ee9
authored
Feb 21, 2011
by
Sébastien Villemot
Browse files
Preprocessor: fix bug in parameter derivatives file
parent
39b73f73
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/DynamicModel.cc
View file @
12c92ee9
...
...
@@ -3464,7 +3464,8 @@ DynamicModel::writeParamsDerivativesFile(const string &basename) const
paramsDerivsFile
<<
";"
<<
endl
;
}
paramsDerivsFile
<<
"end"
<<
endl
;
paramsDerivsFile
<<
"end"
<<
endl
<<
"end"
<<
endl
;
writePowerDeriv
(
paramsDerivsFile
,
false
);
...
...
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