From 622b8c14be52e8a587f9ea41ac8c8d722702b0f8 Mon Sep 17 00:00:00 2001
From: sebastien <sebastien@ac1d8469-bf42-47a9-8791-bf33cf982152>
Date: Fri, 26 Sep 2008 16:26:21 +0000
Subject: [PATCH] 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
---
 ModFile.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ModFile.cc b/ModFile.cc
index 5a9699e0..d90a704d 100644
--- a/ModFile.cc
+++ b/ModFile.cc
@@ -195,6 +195,6 @@ ModFile::writeOutputFiles(const string &basename, bool clear_all) const
   mOutputFile << "save('" << basename << "_results.mat', 'oo_');" << 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();
 }
-- 
GitLab