From aa4fc240e09aa21678865943a3405869cf492942 Mon Sep 17 00:00:00 2001 From: jiri Date: Wed, 7 Sep 2005 21:47:58 +0000 Subject: [PATCH] *** empty log message *** --- bisection.h | 1 - 1 file changed, 1 deletion(-) diff --git a/bisection.h b/bisection.h index a2a44df..16be4e5 100644 --- a/bisection.h +++ b/bisection.h @@ -39,7 +39,6 @@ int interpolation_find(INDEX dm0, INDEX high, const SUBJECT *x, const SUBJECT *b { d1=(*dist)(x,base+low*lead_dimension_base); d2=(*dist)(base+high*lead_dimension_base,x); - cout << "intlp "<