Surface Mesh Topology: Try to fix warning

This commit is contained in:
Andreas Fabri 2021-04-21 09:27:10 +01:00
parent deff9e440c
commit 2c1832bc25
1 changed files with 3 additions and 0 deletions

View File

@ -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();