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

perfect_foresight_with_expectation_errors_solver: remove obsolete code

This should have been removed in c1b78e26
parent d4b5e156
No related branches found
No related tags found
No related merge requests found
Pipeline #8632 passed
......@@ -34,11 +34,6 @@ exo_simul = oo_.exo_simul;
% Start main loop around informational periods
info_period = 1;
increment = 0;
if isempty(ys0_)
initial_steady_state = oo_.steady_state;
else
initial_steady_state = ys0_;
end
while info_period <= periods
if ~options_.noprint
fprintf('perfect_foresight_with_expectations_errors_solver: computing solution for information available at period %d\n', info_period)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment