diff --git a/Polyhedron/demo/Polyhedron/Plugins/PMP/Isotropic_remeshing_plugin.cpp b/Polyhedron/demo/Polyhedron/Plugins/PMP/Isotropic_remeshing_plugin.cpp index 679d2518666..86d7844949a 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/PMP/Isotropic_remeshing_plugin.cpp +++ b/Polyhedron/demo/Polyhedron/Plugins/PMP/Isotropic_remeshing_plugin.cpp @@ -890,7 +890,11 @@ public Q_SLOTS: tbb::parallel_for( tbb::blocked_range(0, selection.size()), Remesh_polyhedron_item_for_parallel_for( - selection, edges_to_protect, edges_only, target_length, nb_iter, protect, smooth_features)); + selection, edges_to_protect, edges_only + , edge_sizing_type, target_length, error_tol + , min_length , max_length, nb_iter + , protect, smooth_features) + ); total_time = time.elapsed();