From 95c4204e37f79918af29aff32d67450f5a96f382 Mon Sep 17 00:00:00 2001 From: Sven Oesau Date: Wed, 5 Mar 2025 09:59:36 +0100 Subject: [PATCH] renaming create_poisson_mesh_domain -> create_Poisson_mesh_domain --- Mesh_3/include/CGAL/Poisson_mesh_domain_3.h | 12 ++++++------ .../poisson_and_parallel_mesh_3.cpp | 2 +- .../poisson_reconstruction.cpp | 2 +- .../poisson_reconstruction_example.cpp | 2 +- .../compare_mesh_3_vs_Poisson_implicit_surface_3.cpp | 2 +- .../poisson_reconstruction_test_mesh_3.cpp | 8 ++++---- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Mesh_3/include/CGAL/Poisson_mesh_domain_3.h b/Mesh_3/include/CGAL/Poisson_mesh_domain_3.h index 3331ed649cd..60dd7122ec9 100644 --- a/Mesh_3/include/CGAL/Poisson_mesh_domain_3.h +++ b/Mesh_3/include/CGAL/Poisson_mesh_domain_3.h @@ -32,7 +32,7 @@ namespace CGAL { // // This class has a constructor taking a labeling function. It has also a static template member // function that acts as named constructor: -//