Removed useless global.

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2555 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
stepan 2009-04-06 10:34:49 +00:00
parent c42f33ff47
commit f02ea822ec
1 changed files with 1 additions and 1 deletions

View File

@ -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 <http://www.gnu.org/licenses/>.
global M_ options_ oo_ bayestopt_
global M_ options_ oo_
global it_
jacobian_flag = 0;