Bug correction.

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1423 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
adjemian 2007-10-10 16:11:55 +00:00
parent 3d4ae90e22
commit 130a947a7e
1 changed files with 2 additions and 2 deletions

View File

@ -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;