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
5516c642
Commit
5516c642
authored
Dec 10, 2013
by
Marco Ratto
Browse files
Fixed bug introduced in commit
57eb9e12
parent
57eb9e12
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/gsa/stab_map_.m
View file @
5516c642
...
...
@@ -258,7 +258,7 @@ if fload==0,
try
[
Tt
,
Rr
,
SteadyState
,
info
,
M_
,
options_
,
oo_
]
=
dynare_resolve
(
M_
,
options_
,
oo_
,
'restrict'
);
if
info
(
1
)
==
0
,
info
=
endogenous_prior
(
Tt
,
Rr
,
M_
,
options_
,
oo_
);
info
=
endogenous_prior
_restrictions
(
Tt
,
Rr
,
M_
,
options_
,
oo_
);
end
infox
(
j
,
1
)
=
info
(
1
);
if
infox
(
j
,
1
)
==
0
&&
~
exist
(
'T'
),
...
...
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