mirror of https://github.com/CGAL/cgal
Update Subdivision_method_3/include/CGAL/Subdivision_method_3/subdivision_masks_3.h
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
This commit is contained in:
parent
939305d659
commit
8013590cc4
|
|
@ -331,7 +331,7 @@ public:
|
|||
void vertex_node(vertex_descriptor vertex, Point& pt) {
|
||||
Halfedge_around_vertex_circulator vcir(vertex, *(this->pmesh));
|
||||
size_t n = circulator_size(vcir);
|
||||
CGAL_assertion(n > 0);
|
||||
CGAL_assume(n > 0);
|
||||
|
||||
FT R[] = {0.0, 0.0, 0.0};
|
||||
Point_ref S = get(this->vpmap,vertex);
|
||||
|
|
|
|||
Loading…
Reference in New Issue