From d6e6b296209f97c47b6329adeff4cdb205eece4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Mon, 25 Feb 2019 12:44:25 +0100 Subject: [PATCH] Removed unused global it_. --- matlab/stoch_simul.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/stoch_simul.m b/matlab/stoch_simul.m index 3076925b2..0c10ccfe4 100644 --- a/matlab/stoch_simul.m +++ b/matlab/stoch_simul.m @@ -17,7 +17,7 @@ function info=stoch_simul(var_list) % You should have received a copy of the GNU General Public License % along with Dynare. If not, see . -global M_ options_ oo_ it_ +global M_ options_ oo_ % Test if the order of approximation is nonzero (the preprocessor tests if order is non negative). if isequal(options_.order,0)