From 9780bc1727f36794dc99a2ef44c983dfbd047241 Mon Sep 17 00:00:00 2001
From: sebastien <sebastien@ac1d8469-bf42-47a9-8791-bf33cf982152>
Date: Tue, 1 Dec 2009 16:30:56 +0000
Subject: [PATCH] Removed last remnants of "ct_" global variable

git-svn-id: https://www.dynare.org/svn/dynare/trunk@3187 ac1d8469-bf42-47a9-8791-bf33cf982152
---
 ModFile.cc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ModFile.cc b/ModFile.cc
index f39e4909..6d971096 100644
--- a/ModFile.cc
+++ b/ModFile.cc
@@ -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
-- 
GitLab