From 86c84dd919cf9f7d04552e03a3484f14048f5114 Mon Sep 17 00:00:00 2001 From: adjemian Date: Tue, 23 May 2006 19:42:56 +0000 Subject: [PATCH] missing ; git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@775 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/dr1.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/dr1.m b/matlab/dr1.m index 56e98f509..d6c159e16 100644 --- a/matlab/dr1.m +++ b/matlab/dr1.m @@ -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;