Add missing closing parenthesis

This commit is contained in:
Mael Rouxel-Labbé 2023-05-16 15:49:49 +02:00
parent cb05427cf3
commit 0acb4e8fce
1 changed files with 1 additions and 1 deletions

View File

@ -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