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
Johannes Pfeifer
dynare
Commits
7ae114a3
Unverified
Commit
7ae114a3
authored
Jun 09, 2021
by
Sébastien Villemot
Browse files
Merge branch 'dynare_solve' of git.dynare.org:JohannesPfeifer/dynare
See merge request !1868
parents
a40a9b07
e546d686
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/dynare_solve.m
View file @
7ae114a3
...
...
@@ -40,7 +40,11 @@ if isoctave
[
~
,
name
,
ext
]
=
fileparts
(
stack
(
2
)
.
file
);
caller_file_name
=
[
name
,
ext
];
else
caller_file_name
=
stack
(
2
)
.
file
;
if
size
(
stack
,
1
)
>
1
caller_file_name
=
stack
(
2
)
.
file
;
else
caller_file_name
=
stack
(
1
)
.
file
;
end
end
if
strcmp
(
caller_file_name
,
'solve_stacked_problem.m'
)
||
strcmp
(
caller_file_name
,
'sim1_purely_backward.m'
)
tolf
=
options
.
dynatol
.
f
;
...
...
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