Skip to content
Snippets Groups Projects
Commit 1cd827b5 authored by MichelJuillard's avatar MichelJuillard
Browse files

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

parent 1f88bb2b
No related branches found
No related tags found
No related merge requests found
...@@ -307,11 +307,6 @@ else % use original Dynare solver ...@@ -307,11 +307,6 @@ else % use original Dynare solver
if ~exist('OCTAVE_VERSION') if ~exist('OCTAVE_VERSION')
dr.eigval = eig(e,d); dr.eigval = eig(e,d);
end end
for i=1:nd
if abs(ss(i,i)) < 1e-6 && abs(tt(i,i)) < 1e-6
info(1) = 7;
end
end
return return
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment