missing ;

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@775 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
adjemian 2006-05-23 19:42:56 +00:00
parent dcc7c7e1f0
commit 86c84dd919
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ if nba ~= nyf
temp = temp(nd-nba+1:nd-nyf)-1-options_.qz_criterium;
info(1) = 3;
elseif nba < nyf;
temp = temp(nd-nyf+1:nd-nba)-1-options_.qz_criterium
temp = temp(nd-nyf+1:nd-nba)-1-options_.qz_criterium;
info(1) = 4;
end
info(2) = temp'*temp;