From 99eb8b7d26499ceef28e3b4e2032d8557d40e92f Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Wed, 20 Sep 2023 09:54:23 +0200 Subject: [PATCH] =?UTF-8?q?Cech=20->=20=C4=8Cech?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Vincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com> --- src/Cech_complex/include/gudhi/MEB_filtration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cech_complex/include/gudhi/MEB_filtration.h b/src/Cech_complex/include/gudhi/MEB_filtration.h index c1eefe8dbb..fd9837e873 100644 --- a/src/Cech_complex/include/gudhi/MEB_filtration.h +++ b/src/Cech_complex/include/gudhi/MEB_filtration.h @@ -21,7 +21,7 @@ namespace Gudhi::cech_complex { * each simplex a filtration value equal to the squared radius of its minimal * enclosing ball. * - * Applied on a Cech complex, it recomputes the same values (squared). Applied on a Delaunay triangulation, it computes the Delaunay-Cech filtration. + * Applied on a Čech complex, it recomputes the same values (squared). Applied on a Delaunay triangulation, it computes the Delaunay-Čech filtration. * * \tparam Kernel CGAL kernel: either Epick_d or Epeck_d. * \tparam PointRange Random access range of `Kernel::Point_d`.