v4 set_state_space.m: one more bug

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@923 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2006-09-21 11:29:59 +00:00
parent f4636d5dde
commit ff075bcfa6
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ dr.nspred = sum(kstate(:,2) <= M_.maximum_lag+1);
% copmutes column position of auxiliary variables for
% compact transition matrix (only state variables)
aux = zeros(0,2);
aux = zeros(0,1);
k0 = kstate(find(kstate(:,2) <= M_.maximum_lag+1),:);;
i0 = find(k0(:,2) == M_.maximum_lag+1);
for i=M_.maximum_lag:-1:2