Skip to content
Snippets Groups Projects
Verified Commit fcf46063 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Perfect foresight + homotopy: add missing newline

(manually cherry picked from commit be698d5f)
parent 4678b088
Branches
Tags
No related merge requests found
...@@ -12,7 +12,7 @@ function perfect_foresight_solver() ...@@ -12,7 +12,7 @@ function perfect_foresight_solver()
% SPECIAL REQUIREMENTS % SPECIAL REQUIREMENTS
% none % none
% Copyright (C) 1996-2020 Dynare Team % Copyright © 1996-2023 Dynare Team
% %
% This file is part of Dynare. % This file is part of Dynare.
% %
...@@ -66,7 +66,7 @@ oo_ = perfect_foresight_solver_core(M_,options_,oo_); ...@@ -66,7 +66,7 @@ oo_ = perfect_foresight_solver_core(M_,options_,oo_);
if ~oo_.deterministic_simulation.status && ~options_.no_homotopy if ~oo_.deterministic_simulation.status && ~options_.no_homotopy
if ~options_.noprint if ~options_.noprint
fprintf('\nSimulation of the perfect foresight model failed!') fprintf('\nSimulation of the perfect foresight model failed!\n')
fprintf('Switching to a homotopy method...\n') fprintf('Switching to a homotopy method...\n')
end end
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment