mirror of https://github.com/CGAL/cgal
Surface Mesh Topology: Try to fix warning
This commit is contained in:
parent
deff9e440c
commit
2c1832bc25
|
|
@ -249,6 +249,9 @@ namespace CGAL {
|
|||
{
|
||||
std::size_t index;
|
||||
scanner.scan_facet_vertex_index(index, j+1, i);
|
||||
if(! in){
|
||||
return false;
|
||||
}
|
||||
B.add_vertex_to_facet(index);
|
||||
}
|
||||
B.end_facet();
|
||||
|
|
|
|||
Loading…
Reference in New Issue