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)