erased error output

This commit is contained in:
Peter Hachenberger 2006-03-22 16:59:00 +00:00
parent 7856099cfc
commit 42f15dc77c
1 changed files with 0 additions and 1 deletions

View File

@ -134,7 +134,6 @@ class visual_hull_creator : public CGAL::Modifier_base<SNC_> {
std::list<Sphere_point> spoints;
cut = find_cutoff_plane();
std::cerr << cut << std::endl;
std::list<Point_3> points_on_plane;
Forward_iterator pi;
for(pi=begin;pi!=end;++pi) {