removed stray ';'

This commit is contained in:
Susan Hert 2002-03-06 19:16:44 +00:00
parent 47708c5884
commit 73464d8aa9
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ void draw_points_and_hull(const std::vector<Point_3>& 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;