From 4e892969c8548320ecac156f23aeb73978af68e1 Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 28 May 2025 15:43:04 +0200 Subject: [PATCH] Fix compilation MeshGenerationFromPolyhedron --- src/CGALPlugin/MeshGenerationFromPolyhedron.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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