Skip to content
Snippets Groups Projects
Commit 9780bc17 authored by sebastien's avatar sebastien
Browse files

Removed last remnants of "ct_" global variable

git-svn-id: https://www.dynare.org/svn/dynare/trunk@3187 ac1d8469-bf42-47a9-8791-bf33cf982152
parent c32dc7de
No related branches found
No related tags found
No related merge requests found
...@@ -254,8 +254,7 @@ ModFile::writeOutputFiles(const string &basename, bool clear_all) const ...@@ -254,8 +254,7 @@ ModFile::writeOutputFiles(const string &basename, bool clear_all) const
mOutputFile << "clear all" << endl; mOutputFile << "clear all" << endl;
mOutputFile << "tic;" << endl mOutputFile << "tic;" << endl
<< "global M_ oo_ options_" << endl << "global M_ oo_ options_ ys0_ ex0_" << endl
<< "global ys0_ ex0_ ct_" << endl
<< "options_ = [];" << endl << "options_ = [];" << endl
<< "M_.fname = '" << basename << "';" << endl << "M_.fname = '" << basename << "';" << endl
<< "%" << endl << "%" << endl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment