From ace3002b722d1bfaf7f21b764b45c3fa1d4492cf Mon Sep 17 00:00:00 2001 From: sebastien Date: Thu, 18 Dec 2008 11:14:05 +0000 Subject: [PATCH] trunk: added options_ structure to *_results.mat file git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2318 ac1d8469-bf42-47a9-8791-bf33cf982152 --- preprocessor/ModFile.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preprocessor/ModFile.cc b/preprocessor/ModFile.cc index 939526b09..dbd8eb35a 100644 --- a/preprocessor/ModFile.cc +++ b/preprocessor/ModFile.cc @@ -216,7 +216,7 @@ ModFile::writeOutputFiles(const string &basename, bool clear_all) const it != statements.end(); it++) (*it)->writeOutput(mOutputFile, basename); - mOutputFile << "save('" << basename << "_results.mat', 'oo_', 'M_');" << endl; + mOutputFile << "save('" << basename << "_results.mat', 'oo_', 'M_', 'options_');" << endl; mOutputFile << "diary off" << endl; if (model_tree.mode == eSparseMode)