From a4b299879d3d76313782f37786b53e2914ea041a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Scylla=29?= Date: Mon, 5 Sep 2011 19:06:23 +0200 Subject: [PATCH] Removed useless debugging info. --- matlab/particle/local_state_iteration.m | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/matlab/particle/local_state_iteration.m b/matlab/particle/local_state_iteration.m index 20ce6249a..7389340ba 100644 --- a/matlab/particle/local_state_iteration.m +++ b/matlab/particle/local_state_iteration.m @@ -142,9 +142,8 @@ end %$ addpath ../matlab %$ old_path = pwd; %$ cd([fileparts(which('dynare')) '/../tests/']); -%$ global oo_ %$ dynare('dsge_base2'); -%$ load dsge_base2 +%$ load dsge_base2; %$ cd(old_path); %$ dr = oo_.dr; %$ clear('oo_','options_','M_'); @@ -154,12 +153,12 @@ end %$ q = size(dr.ghu,2); %$ yhat = zeros(n,1); %$ epsilon = zeros(q,1); -%$ ghx = dr.ghx(istates,:);ghx -%$ ghu = dr.ghu(istates,:);ghu +%$ ghx = dr.ghx(istates,:); +%$ ghu = dr.ghu(istates,:); %$ constant = dr.ys(istates,:)+dr.ghs2(istates,:); -%$ ghxx = dr.ghxx(istates,:);ghxx -%$ ghuu = dr.ghuu(istates,:);ghuu -%$ ghxu = dr.ghxu(istates,:);ghxu +%$ ghxx = dr.ghxx(istates,:); +%$ ghuu = dr.ghuu(istates,:); +%$ ghxu = dr.ghxu(istates,:); %$ yhat_ = zeros(n,1); %$ ss = dr.ys(istates,:); %$