added a comment for test of eigenvalues close to 0/0

time-shift
Michel Juillard 2012-04-23 11:45:44 +02:00
parent 36ff91c17f
commit 8d4834de38
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ function [dr,info] = dyn_first_order_solver(jacobia,M_,dr,options,task)
if info1
if info1 == -30
% one eigenvalue is close to 0/0
info(1) = 7;
else
info(1) = 2;