From de337ad72ebb2baa767e11dcdc978305161738bd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr>
Date: Wed, 28 Dec 2011 10:52:16 +0100
Subject: [PATCH] Remove spurious initialization of oo_.endo_simul in steady

---
 matlab/steady.m | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/matlab/steady.m b/matlab/steady.m
index c9a2272b88..22ce5b5821 100644
--- a/matlab/steady.m
+++ b/matlab/steady.m
@@ -62,13 +62,3 @@ end
 disp_steady_state(M_,oo_);
 
 M_.Sigma_e = Sigma_e;
-
-
-if isempty(ys0_)
-    oo_.endo_simul(:,1:M_.maximum_lag) = oo_.steady_state * ones(1, M_.maximum_lag);
-    %%% Unless I'm wrong, this is (should be?) done in make_y_.m
-% $$$   else
-% $$$     options_ =set_default_option(options_,'periods',1);
-% $$$     oo_.endo_simul(:,M_.maximum_lag+1:M_.maximum_lag+options_.periods+ ...
-% $$$                    M_.maximum_lead) = oo_.steady_state * ones(1,options_.periods+M_.maximum_lead);
-end
\ No newline at end of file
-- 
GitLab