Skip to content
Snippets Groups Projects
Commit 411a7fa6 authored by MichelJuillard's avatar MichelJuillard
Browse files

fixed "clear global" for Octave

parent c9509817
No related branches found
No related tags found
No related merge requests found
...@@ -445,7 +445,7 @@ ModFile::writeOutputFiles(const string &basename, bool clear_all, bool console, ...@@ -445,7 +445,7 @@ ModFile::writeOutputFiles(const string &basename, bool clear_all, bool console,
{ {
mOutputFile << "clear all" << endl mOutputFile << "clear all" << endl
// this is a work-around for a bug in Octave 3.2 // this is a work-around for a bug in Octave 3.2
<< "clear globals" << endl; << "clear global" << endl;
} }
mOutputFile << "tic;" << endl mOutputFile << "tic;" << endl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment