Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
1cd827b5
Commit
1cd827b5
authored
Nov 18, 2011
by
MichelJuillard
Browse files
removed faulty test for small elements on the diagonal of ss and tt
parent
1f88bb2b
Changes
1
Show whitespace changes
Inline
Side-by-side
matlab/dr1.m
View file @
1cd827b5
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment