Skip to content
Snippets Groups Projects
Commit d0254fac authored by Houtan Bastani's avatar Houtan Bastani
Browse files

preprocessor: unlink *_dynamic_aux.m file

parent 78145c7d
Branches 4.4
No related tags found
No related merge requests found
......@@ -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());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment