Skip to content
Snippets Groups Projects
Commit c822ce1e authored by sebastien's avatar sebastien
Browse files

trunk: only execute the 'rmpath basename' in Sparse mode

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2294 ac1d8469-bf42-47a9-8791-bf33cf982152
parent 8159e786
No related branches found
No related tags found
No related merge requests found
......@@ -219,6 +219,8 @@ ModFile::writeOutputFiles(const string &basename, bool clear_all) const
mOutputFile << "save('" << basename << "_results.mat', 'oo_', 'M_');" << endl;
mOutputFile << "diary off" << endl;
if (model_tree.mode == eSparseMode)
mOutputFile << "rmpath " << basename << ";\n";
mOutputFile << endl << "disp(['Total computing time : ' dynsec2hms(toc) ]);" << endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment