mirror of https://github.com/CGAL/cgal
broken CGAL_warning removed
This commit is contained in:
parent
c2efd6171f
commit
26e1f8a03b
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue