diff --git a/src/CGALPlugin/MeshGenerationFromPolyhedron.inl b/src/CGALPlugin/MeshGenerationFromPolyhedron.inl index c5d87d8..5449b1a 100644 --- a/src/CGALPlugin/MeshGenerationFromPolyhedron.inl +++ b/src/CGALPlugin/MeshGenerationFromPolyhedron.inl @@ -257,7 +257,7 @@ void MeshGenerationFromPolyhedron::doUpdate() #endif facet_angle=facetAngle.getValue(), facet_size=facetSize.getValue(), facet_distance=facetApproximation.getValue(), - cell_radius_edge=cellRatio.getValue(), cell_size=cellSize.getValue()); + cell_size=cellSize.getValue()); C3t3 c3t3 = CGAL::make_mesh_3(domain, criteria, no_perturb(), no_exude()); #else