From d16f5256646f1ef5e9277973a9a608ada5ac7115 Mon Sep 17 00:00:00 2001 From: Vincent Rouvreau Date: Fri, 16 Sep 2022 09:35:43 +0200 Subject: Translate french comment --- .../include/gudhi/Skeleton_blocker/Skeleton_blocker_sub_complex.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/Skeleton_blocker/include') diff --git a/src/Skeleton_blocker/include/gudhi/Skeleton_blocker/Skeleton_blocker_sub_complex.h b/src/Skeleton_blocker/include/gudhi/Skeleton_blocker/Skeleton_blocker_sub_complex.h index 5abd64d7..e166c3ee 100644 --- a/src/Skeleton_blocker/include/gudhi/Skeleton_blocker/Skeleton_blocker_sub_complex.h +++ b/src/Skeleton_blocker/include/gudhi/Skeleton_blocker/Skeleton_blocker_sub_complex.h @@ -196,10 +196,8 @@ class Skeleton_blocker_sub_complex : public ComplexType { }; /** - * @remark remarque perte de temps a creer un nouveau simplexe a chaque fois - * alors qu'on pourrait utiliser a la place de 'addresses_sigma_in_link' - * un simplex avec des valeurs sp�ciales ComplexDS::null_vertex par exemple - * pour indiquer qu'un vertex n'appartient pas au complex + * @remark waste of time to create a new simplex each time when we could use instead of addresses_sigma_in_link a + * simplex with special values (ComplexDS::null_vertex i.e.) to indicate that a vertex does not belong to the complex. */ template bool proper_face_in_union( -- cgit v1.2.3 From e4073eb21d4edf3cc23e59af9bc45c70d77c23ed Mon Sep 17 00:00:00 2001 From: Vincent Rouvreau Date: Wed, 5 Oct 2022 08:45:36 +0200 Subject: doc review: confusion between i.e. and e.g. --- .../include/gudhi/Skeleton_blocker/Skeleton_blocker_sub_complex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Skeleton_blocker/include') diff --git a/src/Skeleton_blocker/include/gudhi/Skeleton_blocker/Skeleton_blocker_sub_complex.h b/src/Skeleton_blocker/include/gudhi/Skeleton_blocker/Skeleton_blocker_sub_complex.h index e166c3ee..4c0c7dad 100644 --- a/src/Skeleton_blocker/include/gudhi/Skeleton_blocker/Skeleton_blocker_sub_complex.h +++ b/src/Skeleton_blocker/include/gudhi/Skeleton_blocker/Skeleton_blocker_sub_complex.h @@ -197,7 +197,7 @@ class Skeleton_blocker_sub_complex : public ComplexType { /** * @remark waste of time to create a new simplex each time when we could use instead of addresses_sigma_in_link a - * simplex with special values (ComplexDS::null_vertex i.e.) to indicate that a vertex does not belong to the complex. + * simplex with special values (ComplexDS::null_vertex e.g.) to indicate that a vertex does not belong to the complex. */ template bool proper_face_in_union( -- cgit v1.2.3