Skip to content
Snippets Groups Projects
Commit d54b45cb authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

PosteriorIRF_core1.m: Add missing else statement that triggered crashes in rare cases

parent d0fb9ce5
Branches
Tags
No related merge requests found
......@@ -162,6 +162,8 @@ while fpar<B
errordef = 'Indeterminacy';
elseif info(1) == 5
errordef = 'Rank condition is not satisfied';
else
errordef = get_error_message(info, options_);
end
if strcmpi(type,'prior')
disp(['PosteriorIRF :: Dynare is unable to solve the model (' errordef ')'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment