mirror of https://github.com/CGAL/cgal
suppress a debug message
This commit is contained in:
parent
474d133ae7
commit
eda733b064
|
|
@ -170,7 +170,6 @@ public:
|
|||
const float z = static_cast<float>(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
|
||||
|
|
|
|||
Loading…
Reference in New Issue