Removed last remnants of "ct_" global variable

git-svn-id: https://www.dynare.org/svn/dynare/trunk@3187 ac1d8469-bf42-47a9-8791-bf33cf982152
issue#70
sebastien 2009-12-01 16:30:56 +00:00
parent c32dc7de28
commit 9780bc1727
1 changed files with 1 additions and 2 deletions

View File

@ -254,8 +254,7 @@ ModFile::writeOutputFiles(const string &basename, bool clear_all) const
mOutputFile << "clear all" << endl;
mOutputFile << "tic;" << endl
<< "global M_ oo_ options_" << endl
<< "global ys0_ ex0_ ct_" << endl
<< "global M_ oo_ options_ ys0_ ex0_" << endl
<< "options_ = [];" << endl
<< "M_.fname = '" << basename << "';" << endl
<< "%" << endl