From 26c3e9cd21c327186585c3434194784ad643d940 Mon Sep 17 00:00:00 2001 From: albert-github Date: Wed, 5 Feb 2025 10:28:46 +0100 Subject: [PATCH] Spelling correction Spelling correction --- .../Mesh_3/mesh_3D_image_with_custom_initialization.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesh_3/examples/Mesh_3/mesh_3D_image_with_custom_initialization.cpp b/Mesh_3/examples/Mesh_3/mesh_3D_image_with_custom_initialization.cpp index a3d5209a74b8..fd07fd1090fb 100644 --- a/Mesh_3/examples/Mesh_3/mesh_3D_image_with_custom_initialization.cpp +++ b/Mesh_3/examples/Mesh_3/mesh_3D_image_with_custom_initialization.cpp @@ -54,7 +54,7 @@ int main() .facet_angle(30).facet_size(3).facet_distance(1) .cell_radius_edge_ratio(3).cell_size(3)); - // custom_initial_points_generator will put points on the mesh for initialisation. + // custom_initial_points_generator will put points on the mesh for initialization. // Those points are objects of type std::tuple. // Weighted_point_3 is the point's position and weight, // int is the dimension of the minimal dimension subcomplex on which the point lies,