fixing but in previous commit

time-shift
Michel Juillard 2012-05-01 10:53:23 +02:00
parent 19f939b1cc
commit 650e67f6b7
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 || task
if info(1) || task
return;
end
end