when task==1, the function now returns as soon as the eigenvalues have

been computed. This solves a bug when having used loglinear option
earlier in the *.mod file
time-shift
Michel Juillard 2012-05-01 09:49:56 +02:00
parent d601f173d8
commit 19f939b1cc
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ else
else % use original Dynare solver
[dr,info] = dyn_first_order_solver(jacobia_,M_,dr,options_,task);
if info
if info || task
return;
end
end