Removed debugging informations display introduced in the previous commit.

time-shift
Stéphane Adjemian (Scylla) 2010-09-01 22:23:18 +02:00
parent 29f9bb953e
commit b16c56b71c
1 changed files with 0 additions and 2 deletions

View File

@ -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))