diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2012-02-14 01:54:33 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2012-02-14 01:54:33 (GMT) |
commit | e747b0bfb52130eb01a02a29585e7688361d5fad (patch) | |
tree | 793f558df47b860f9275dff00b70522afcad9265 /src/PolySetCGALEvaluator.cc | |
parent | 7cca215cbe11abbcf3ad792b0e5041291aef1566 (diff) |
fix tab spacing. comment out debugging line.
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; |