Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
MichelJuillard
dynare
Commits
d0254fac
Commit
d0254fac
authored
Dec 01, 2015
by
Houtan Bastani
Browse files
preprocessor: unlink *_dynamic_aux.m file
parent
78145c7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/ModFile.cc
View file @
d0254fac
...
...
@@ -689,6 +689,7 @@ ModFile::writeOutputFiles(const string &basename, bool clear_all, bool clear_glo
unlink
((
basename
+
"_static.bin"
).
c_str
());
unlink
((
basename
+
"_steadystate2.m"
).
c_str
());
unlink
((
basename
+
"_dynamic_aux.m"
).
c_str
());
unlink
((
basename
+
"_set_auxiliary_variables.m"
).
c_str
());
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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