Removed useless debugging info.

time-shift
Stéphane Adjemian (Scylla) 2011-09-05 19:06:23 +02:00
parent 43e2163bac
commit a4b299879d
1 changed files with 6 additions and 7 deletions

View File

@ -142,9 +142,8 @@ end
%$ addpath ../matlab %$ addpath ../matlab
%$ old_path = pwd; %$ old_path = pwd;
%$ cd([fileparts(which('dynare')) '/../tests/']); %$ cd([fileparts(which('dynare')) '/../tests/']);
%$ global oo_
%$ dynare('dsge_base2'); %$ dynare('dsge_base2');
%$ load dsge_base2 %$ load dsge_base2;
%$ cd(old_path); %$ cd(old_path);
%$ dr = oo_.dr; %$ dr = oo_.dr;
%$ clear('oo_','options_','M_'); %$ clear('oo_','options_','M_');
@ -154,12 +153,12 @@ end
%$ q = size(dr.ghu,2); %$ q = size(dr.ghu,2);
%$ yhat = zeros(n,1); %$ yhat = zeros(n,1);
%$ epsilon = zeros(q,1); %$ epsilon = zeros(q,1);
%$ ghx = dr.ghx(istates,:);ghx %$ ghx = dr.ghx(istates,:);
%$ ghu = dr.ghu(istates,:);ghu %$ ghu = dr.ghu(istates,:);
%$ constant = dr.ys(istates,:)+dr.ghs2(istates,:); %$ constant = dr.ys(istates,:)+dr.ghs2(istates,:);
%$ ghxx = dr.ghxx(istates,:);ghxx %$ ghxx = dr.ghxx(istates,:);
%$ ghuu = dr.ghuu(istates,:);ghuu %$ ghuu = dr.ghuu(istates,:);
%$ ghxu = dr.ghxu(istates,:);ghxu %$ ghxu = dr.ghxu(istates,:);
%$ yhat_ = zeros(n,1); %$ yhat_ = zeros(n,1);
%$ ss = dr.ys(istates,:); %$ ss = dr.ys(istates,:);
%$ %$