mirror of https://github.com/CGAL/cgal
Fix formatting
This commit is contained in:
parent
8a1dd342ea
commit
784c8b09d2
|
|
@ -272,15 +272,13 @@ get_placement(pf) : function object computing the placement for the
|
||||||
visitor(vis) : function object tracking the simplification process
|
visitor(vis) : function object tracking the simplification process
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int r = edge_collapse(surface_mesh
|
int r = edge_collapse(surface_mesh, stop_predicate,
|
||||||
,stop_predicate
|
CGAL::parameters::vertex_index_map(vimap)
|
||||||
,vertex_index_map(vimap)
|
.edge_index_map(eimap)
|
||||||
.edge_index_map(eimap)
|
.edge_is_border_map(ebmap)
|
||||||
.edge_is_border_map(ebmap)
|
.get_cost(cf)
|
||||||
.get_cost(cf)
|
.get_placement(pf)
|
||||||
.get_placement(pf)
|
.visitor(vis));
|
||||||
.visitor(vis)
|
|
||||||
);
|
|
||||||
|
|
||||||
\endcode
|
\endcode
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue