Skip to content
Snippets Groups Projects
Verified Commit 237aa465 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fix precision in perfect_foresight_solver for backward models.

parent a03b65ba
Branches
Tags
No related merge requests found
......@@ -42,7 +42,7 @@ if isoctave
else
caller_file_name=stack(2).file;
end
if strcmp(caller_file_name,'solve_stacked_problem.m')
if strcmp(caller_file_name, 'solve_stacked_problem.m') || strcmp(caller_file_name, 'sim1_purely_backward.m')
tolf = options.dynatol.f;
tolx = options.dynatol.x;
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment