From 474fc0bd61964108b68b1dae2409c8f6aa3f6004 Mon Sep 17 00:00:00 2001 From: stepan Date: Tue, 17 Feb 2009 22:01:20 +0000 Subject: [PATCH] v4.1:: Removed useless global declaration. git-svn-id: https://www.dynare.org/svn/dynare/trunk@2428 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/set_parameters.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/matlab/set_parameters.m b/matlab/set_parameters.m index d66c236d5..b6d8bd42a 100644 --- a/matlab/set_parameters.m +++ b/matlab/set_parameters.m @@ -32,8 +32,6 @@ function set_parameters(xparam1) % along with Dynare. If not, see . global estim_params_ M_ - -global estim_params_ M_ nvx = estim_params_.nvx; ncx = estim_params_.ncx;