From 130a947a7e4e9e38eea7b5bf17be0bab4721d351 Mon Sep 17 00:00:00 2001 From: adjemian Date: Wed, 10 Oct 2007 16:11:55 +0000 Subject: [PATCH] Bug correction. git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1423 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/set_stationary_variables_list.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matlab/set_stationary_variables_list.m b/matlab/set_stationary_variables_list.m index 01f58bfc1..df4a899ff 100644 --- a/matlab/set_stationary_variables_list.m +++ b/matlab/set_stationary_variables_list.m @@ -1,5 +1,5 @@ function [ivar,vartan] = set_stationary_variables_list() -% This function builds of vector of indices targeting to the stationary +% This function builds a vector of indices targeting to the stationary % variables in varlist. % % INPUTS @@ -19,7 +19,7 @@ function [ivar,vartan] = set_stationary_variables_list() % % part of DYNARE, copyright Dynare Team (2007) % Gnu Public License. -global options_ +global options_ M_ varlist = options_.varlist; if isempty(varlist) varlist = options_.varobs;