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
f640c284
Commit
f640c284
authored
Nov 14, 2016
by
Houtan Bastani
Browse files
preprocessor: create field in M_ that is true when hessian is zero, false otherwise. closes #1335
parent
a0cc3c0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ModFile.cc
View file @
f640c284
...
...
@@ -685,6 +685,8 @@ ModFile::writeOutputFiles(const string &basename, bool clear_all, bool clear_glo
mOutputFile
<<
"};"
<<
endl
;
}
mOutputFile
<<
"M_.hessian_eq_zero = "
<<
dynamic_model
.
checkHessianZero
()
<<
";"
<<
endl
;
config_file
.
writeCluster
(
mOutputFile
);
if
(
byte_code
)
...
...
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