From b16c56b71c0762c1ccbccc3b945b82a020f6c391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Scylla=29?= Date: Wed, 1 Sep 2010 22:23:18 +0200 Subject: [PATCH] Removed debugging informations display introduced in the previous commit. --- matlab/dynare_estimation_1.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/matlab/dynare_estimation_1.m b/matlab/dynare_estimation_1.m index c069ec1c8..dc72bbe7a 100644 --- a/matlab/dynare_estimation_1.m +++ b/matlab/dynare_estimation_1.m @@ -1073,8 +1073,6 @@ if (any(bayestopt_.pshape >0 ) & options_.mh_replic) | ... bounds(:,2)=min(bounds(:,2),ub); bayestopt_.lb = bounds(:,1); bayestopt_.ub = bounds(:,2); - xparam1 - bounds if any(xparam1 < bounds(:,1)) | any(xparam1 > bounds(:,2)) find(xparam1 < bounds(:,1)) find(xparam1 > bounds(:,2))