Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
e86b3724
Verified
Commit
e86b3724
authored
1 year ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Display more explicit error message when k_order_perturbation MEX fails
parent
a375cb55
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/k_order_pert.m
+3
-2
3 additions, 2 deletions
matlab/k_order_pert.m
with
3 additions
and
2 deletions
matlab/k_order_pert.m
+
3
−
2
View file @
e86b3724
function
[
dr
,
info
]
=
k_order_pert
(
dr
,
M
,
options
)
% Compute decision rules using the k-order DLL from Dynare++
% Copyright © 2009-202
0
Dynare Team
% Copyright © 2009-202
3
Dynare Team
%
% This file is part of Dynare.
%
...
...
@@ -32,7 +32,8 @@ end
try
[
dynpp_derivs
,
dyn_derivs
]
=
k_order_perturbation
(
dr
,
M
,
options
);
catch
catch
ME
disp
(
ME
.
message
)
info
(
1
)
=
9
;
return
end
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment