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

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
parent 88cfb34e
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment