summaryrefslogtreecommitdiff
path: root/src/PolySetCGALEvaluator.cc
diff options
context:
space:
mode:
authorDon Bright <hugh.m.bright@gmail.com>2012-02-14 01:54:33 (GMT)
committerDon Bright <hugh.m.bright@gmail.com>2012-02-14 01:54:33 (GMT)
commite747b0bfb52130eb01a02a29585e7688361d5fad (patch)
tree793f558df47b860f9275dff00b70522afcad9265 /src/PolySetCGALEvaluator.cc
parent7cca215cbe11abbcf3ad792b0e5041291aef1566 (diff)
fix tab spacing. comment out debugging line.
Diffstat (limited to 'src/PolySetCGALEvaluator.cc')
-rw-r--r--src/PolySetCGALEvaluator.cc2
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;
contact: Jan Huwald // Impressum