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
73218bd8
Commit
73218bd8
authored
Feb 08, 2013
by
Marco Ratto
Browse files
bug fix to properly trap different reasons why unique solution is not obtained
parent
012c1743
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/gsa/stab_map_.m
View file @
73218bd8
...
...
@@ -262,11 +262,14 @@ if fload==0,
T
=
zeros
(
size
(
dr_
.
ghx
,
1
),
size
(
dr_
.
ghx
,
2
)
+
size
(
dr_
.
ghu
,
2
),
Nsam
);
egg
=
zeros
(
length
(
dr_
.
eigval
),
Nsam
);
end
if
infox
{
j
},
if
infox
{
j
}
(
1
)
,
% disp('no solution'),
if
isfield
(
oo_
.
dr
,
'ghx'
),
oo_
.
dr
=
rmfield
(
oo_
.
dr
,
'ghx'
);
end
if
(
infox
{
j
}(
1
)
<
3
||
infox
{
j
}(
1
)
>
5
)
&&
isfield
(
oo_
.
dr
,
'eigval'
),
oo_
.
dr
=
rmfield
(
oo_
.
dr
,
'eigval'
);
end
end
catch
if
isfield
(
oo_
.
dr
,
'eigval'
),
...
...
Write
Preview
Supports
Markdown
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