broken CGAL_warning removed

This commit is contained in:
Miguel Granados 2003-10-23 11:44:00 +00:00
parent c2efd6171f
commit 26e1f8a03b
1 changed files with 0 additions and 1 deletions

View File

@ -300,7 +300,6 @@ public:
TRACEN(circle(l_res));
} else { // has vertices !
CGAL_nef3_assertion( number_of_svertices()!=0 );
CGAL_nef3_warning( number_of_svertices()>1);
SVertex_iterator vi = svertices_begin();
if( p == point(vi).antipode()) {
++vi;