summaryrefslogtreecommitdiff
path: root/src/CGAL_Nef_polyhedron.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-09-11 09:48:00 (GMT)
committerMarius Kintel <marius@kintel.net>2011-09-11 09:48:00 (GMT)
commitcf2bd1fe4f39c2017b220440ce966077423f17f5 (patch)
treea9cef8a42102eaf487d38567873f140bc8105a9d /src/CGAL_Nef_polyhedron.h
parent1f52da35ef1db3df87865283d201f811a11c5378 (diff)
Linux build fixes
Diffstat (limited to 'src/CGAL_Nef_polyhedron.h')
-rw-r--r--src/CGAL_Nef_polyhedron.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CGAL_Nef_polyhedron.h b/src/CGAL_Nef_polyhedron.h
index a2eedaf..79d36b7 100644
--- a/src/CGAL_Nef_polyhedron.h
+++ b/src/CGAL_Nef_polyhedron.h
@@ -14,7 +14,7 @@ public:
CGAL_Nef_polyhedron(CGAL_Nef_polyhedron3 *p) : dim(3), p3(p) {}
~CGAL_Nef_polyhedron() {}
- bool empty() const { return (dim == 0 || !p2 && !p3); }
+ bool empty() const { return (dim == 0 || (!p2 && !p3)); }
CGAL_Nef_polyhedron &operator+=(const CGAL_Nef_polyhedron &other);
CGAL_Nef_polyhedron &operator*=(const CGAL_Nef_polyhedron &other);
CGAL_Nef_polyhedron &operator-=(const CGAL_Nef_polyhedron &other);
contact: Jan Huwald // Impressum