mirror of https://github.com/CGAL/cgal
Add missing closing parenthesis
This commit is contained in:
parent
cb05427cf3
commit
0acb4e8fce
|
|
@ -306,7 +306,7 @@ int r = edge_collapse(surface_mesh, stop_predicate,
|
|||
.edge_is_border_map(ebmap)
|
||||
.get_cost(cf)
|
||||
.get_placement(pf)
|
||||
.filter(filter
|
||||
.filter(filter)
|
||||
.visitor(vis));
|
||||
|
||||
\endcode
|
||||
|
|
|
|||
Loading…
Reference in New Issue