From 73464d8aa94b4e340a7d6a6e5e1980dd69e8af7a Mon Sep 17 00:00:00 2001 From: Susan Hert Date: Wed, 6 Mar 2002 19:16:44 +0000 Subject: [PATCH] removed stray ';' --- Packages/Convex_hull_3/demo/Convex_hull_3/quickhull_3_demo.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/Convex_hull_3/demo/Convex_hull_3/quickhull_3_demo.C b/Packages/Convex_hull_3/demo/Convex_hull_3/quickhull_3_demo.C index 8727707043f..042a9c1c4da 100644 --- a/Packages/Convex_hull_3/demo/Convex_hull_3/quickhull_3_demo.C +++ b/Packages/Convex_hull_3/demo/Convex_hull_3/quickhull_3_demo.C @@ -89,7 +89,7 @@ void draw_points_and_hull(const std::vector& points, geomview << segment; else if ( CGAL::assign(triangle, object) ) geomview << triangle; - else if (CGAL::assign(polyhedron, object)); + else if ( CGAL::assign(polyhedron, object) ) geomview << polyhedron;