Skip to content

Commit

Permalink
typo correction (#8728)
Browse files Browse the repository at this point in the history
Spelling correction
  • Loading branch information
lrineau authored Feb 5, 2025
2 parents a6eff02 + 26c3e9c commit 249a6ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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, int, Index>.
// Weighted_point_3 is the point's position and weight,
// int is the dimension of the minimal dimension subcomplex on which the point lies,
Expand Down

0 comments on commit 249a6ac

Please sign in to comment.