From f38f30b2ff266131def0c8bd6d8b02b3012a82a0 Mon Sep 17 00:00:00 2001 From: pdlotko Date: Fri, 3 Nov 2017 09:42:05 +0000 Subject: typos correction git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/periodic_cubical_complex_fix@2827 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 34205dffeba4c230a6a4649b255753aba21a1ac1 --- src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h | 2 +- .../gudhi/Bitmap_cubical_complex_periodic_boundary_conditions_base.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Bitmap_cubical_complex') diff --git a/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h b/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h index 1f869e80..bd65d2b8 100644 --- a/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h +++ b/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h @@ -141,7 +141,7 @@ class Bitmap_cubical_complex_base { virtual int compute_incidence_between_cells( size_t coface , size_t face )const { - //first get the counters for coBoucofacendary and face: + //first get the counters for coface and face: std::vector coface_counter = this->compute_counter_for_given_cell( coface ); std::vector face_counter = this->compute_counter_for_given_cell( face ); diff --git a/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_periodic_boundary_conditions_base.h b/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_periodic_boundary_conditions_base.h index 57e6f20b..30d6bf4f 100644 --- a/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_periodic_boundary_conditions_base.h +++ b/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_periodic_boundary_conditions_base.h @@ -124,7 +124,7 @@ class Bitmap_cubical_complex_periodic_boundary_conditions_base : public Bitmap_c **/ virtual int compute_incidence_between_cells( size_t coface , size_t face ) { - //first get the counters for cofaxe and face: + //first get the counters for coface and face: std::vector coface_counter = this->compute_counter_for_given_cell( coface ); std::vector face_counter = this->compute_counter_for_given_cell( face ); -- cgit v1.2.3