removed faulty test for small elements on the diagonal of ss and tt

time-shift
Michel Juillard 2011-11-18 18:44:05 +01:00
parent 1f88bb2ba7
commit 1cd827b5ad
1 changed files with 0 additions and 5 deletions

View File

@ -307,11 +307,6 @@ else % use original Dynare solver
if ~exist('OCTAVE_VERSION')
dr.eigval = eig(e,d);
end
for i=1:nd
if abs(ss(i,i)) < 1e-6 && abs(tt(i,i)) < 1e-6
info(1) = 7;
end
end
return
end