diff options
Diffstat (limited to 'src/PolySetCGALEvaluator.cc')
-rw-r--r-- | src/PolySetCGALEvaluator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PolySetCGALEvaluator.cc b/src/PolySetCGALEvaluator.cc index ee19531..8e8c8a1 100644 --- a/src/PolySetCGALEvaluator.cc +++ b/src/PolySetCGALEvaluator.cc @@ -52,7 +52,7 @@ public: // CGAL::Direction_3<CGAL_Kernel3> up(0,0,1); CGAL::Plane_3<CGAL_Kernel3> plane = hfacet->plane(); - out << " direction == up? " << ( plane.orthogonal_direction() == up ) << "\n"; + // out << " direction == up? " << ( plane.orthogonal_direction() == up ) << "\n"; if ( plane.orthogonal_direction() != up ) { // out << "direction == down. skipping"; return; |