Skip to content
Snippets Groups Projects
Commit 26bc7b55 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Remove obsolete workaround for Octave 3.2

parent 0219301e
No related branches found
No related tags found
No related merge requests found
...@@ -464,11 +464,7 @@ ModFile::writeOutputFiles(const string &basename, bool clear_all, bool no_log, b ...@@ -464,11 +464,7 @@ ModFile::writeOutputFiles(const string &basename, bool clear_all, bool no_log, b
mOutputFile << "warning off" << endl; // This will be executed *after* function warning_config() mOutputFile << "warning off" << endl; // This will be executed *after* function warning_config()
if (clear_all) if (clear_all)
{ mOutputFile << "clear all" << endl;
mOutputFile << "clear all" << endl
// this is a work-around for a bug in Octave 3.2
<< "clear global" << endl;
}
mOutputFile << "tic;" << endl mOutputFile << "tic;" << endl
<< "global M_ oo_ options_ ys0_ ex0_ estimation_info" << endl << "global M_ oo_ options_ ys0_ ex0_ estimation_info" << endl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment