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
e0ce89ec
Commit
e0ce89ec
authored
Jul 08, 2013
by
Stéphane Adjemian
Browse files
Fixed bug (print_info wrong calling sequence).
parent
305869f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/dyn_risky_steadystate_solver.m
View file @
e0ce89ec
...
...
@@ -182,7 +182,7 @@ function [resid,dr] = risky_residuals(ys,pm,M,dr,options,oo)
pm
=
model_structure
(
M
,
options
);
[
dr
,
info
]
=
dyn_first_order_solver
(
d1
,
M
,
dr
,
options
,
0
);
if
info
print_info
();
print_info
(
info
,
options
.
noprint
,
options
);
end
dr
=
dyn_second_order_solver
(
d1
,
d2
,
dr
,
M
,...
options
.
threads
.
kronecker
.
A_times_B_kronecker_C
,...
...
...
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