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

trunk: renamed sec2hms.m to dynsec2hms.m (name collision with Matlab package)

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2116 ac1d8469-bf42-47a9-8791-bf33cf982152
parent fe5de6d8
Branches
Tags
No related merge requests found
...@@ -195,6 +195,6 @@ ModFile::writeOutputFiles(const string &basename, bool clear_all) const ...@@ -195,6 +195,6 @@ ModFile::writeOutputFiles(const string &basename, bool clear_all) const
mOutputFile << "save('" << basename << "_results.mat', 'oo_');" << endl; mOutputFile << "save('" << basename << "_results.mat', 'oo_');" << endl;
mOutputFile << "diary off" << endl; mOutputFile << "diary off" << endl;
mOutputFile << endl << "disp(['Total computing time : ' sec2hms(toc) ]);" << endl; mOutputFile << endl << "disp(['Total computing time : ' dynsec2hms(toc) ]);" << endl;
mOutputFile.close(); mOutputFile.close();
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment