From eda733b064a2a7fe97f63488457ba184287f0baf Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 8 Oct 2008 14:30:46 +0000 Subject: [PATCH] suppress a debug message --- Surface_mesher/demo/Surface_mesher/qt4-demo/binary_image.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Surface_mesher/demo/Surface_mesher/qt4-demo/binary_image.h b/Surface_mesher/demo/Surface_mesher/qt4-demo/binary_image.h index 28581794ff1..2a162a825c9 100644 --- a/Surface_mesher/demo/Surface_mesher/qt4-demo/binary_image.h +++ b/Surface_mesher/demo/Surface_mesher/qt4-demo/binary_image.h @@ -170,7 +170,6 @@ public: const float z = static_cast(CGAL::to_double(p.z())); if(interpolation()) { - std::cerr << "interpolation\n"; if(inside(x,y,z)) return FT(::trilinear_interpolation(image_ptr.get(),x,y,z)); else