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
cfa624f5
Commit
cfa624f5
authored
May 21, 2010
by
Michel Juillard
Browse files
preprocessor: corrected missing initialization of v3 in <fname>_dynamic.c
parent
7e73744b
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/DynamicModel.cc
View file @
cfa624f5
...
...
@@ -1224,6 +1224,7 @@ DynamicModel::writeDynamicCFile(const string &dynamic_basename) const
<<
" v2 = mxGetPr(plhs[2]);"
<<
endl
<<
" }"
<<
endl
<<
endl
<<
" v3 = NULL;"
<<
endl
<<
" if (nlhs >= 4)"
<<
endl
<<
" {"
<<
endl
<<
" /* Set the output pointer to the output matrix v3. */"
<<
endl
...
...
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