From 0de34265c1d244ac11a8e4856c5e591a6f96b60d Mon Sep 17 00:00:00 2001 From: adjemian Date: Thu, 24 Jan 2008 14:12:39 +0000 Subject: [PATCH] The global ys0_ is useless now... git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1643 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/resid.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/resid.m b/matlab/resid.m index a527bac72..d3a45d666 100644 --- a/matlab/resid.m +++ b/matlab/resid.m @@ -17,7 +17,7 @@ function resid(period) - global M_ options_ oo_ it_ endval_ z ys0_ + global M_ options_ oo_ it_ endval_ z if M_.exo_nbr > 0 oo_.exo_simul = ones(M_.maximum_lag+M_.maximum_lead+period,1)* ...