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()));
|
const float z = static_cast<float>(CGAL::to_double(p.z()));
|
||||||
|
|
||||||
if(interpolation()) {
|
if(interpolation()) {
|
||||||
std::cerr << "interpolation\n";
|
|
||||||
if(inside(x,y,z))
|
if(inside(x,y,z))
|
||||||
return FT(::trilinear_interpolation(image_ptr.get(),x,y,z));
|
return FT(::trilinear_interpolation(image_ptr.get(),x,y,z));
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue