From f02ea822ec16397b5889f1543144f1c0adc28e3e Mon Sep 17 00:00:00 2001 From: stepan Date: Mon, 6 Apr 2009 10:34:49 +0000 Subject: [PATCH] Removed useless global. git-svn-id: https://www.dynare.org/svn/dynare/trunk@2555 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/resol.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/resol.m b/matlab/resol.m index c7034854f..4fef9ca36 100644 --- a/matlab/resol.m +++ b/matlab/resol.m @@ -41,7 +41,7 @@ function [dr,info]=resol(ys,check_flag) % You should have received a copy of the GNU General Public License % along with Dynare. If not, see . -global M_ options_ oo_ bayestopt_ +global M_ options_ oo_ global it_ jacobian_flag = 0;