v4 homotopy3: fixed bug

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1822 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2008-05-06 17:18:58 +00:00
parent 353fce6bfa
commit 568789b3ac
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ function homotopy3(values, step_nbr)
inc = inc/2;
oo_.steady_state = old_ss;
else
if length([kplus, kminus]) == nv
if length([kplus; kminus]) == nv
return
end
oldvalues = curvalues;