summaryrefslogtreecommitdiff
path: root/src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_periodic_boundary_conditions_base.h
diff options
context:
space:
mode:
authorpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-11-03 09:42:05 +0000
committerpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-11-03 09:42:05 +0000
commitf38f30b2ff266131def0c8bd6d8b02b3012a82a0 (patch)
tree01822ce19ab41f51111bf45751cd9d20786f540d /src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_periodic_boundary_conditions_base.h
parent9596b1ef49d6e4e207db22dd3540ae114e4e5b3a (diff)
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
Diffstat (limited to 'src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_periodic_boundary_conditions_base.h')
-rw-r--r--src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_periodic_boundary_conditions_base.h2
1 files changed, 1 insertions, 1 deletions
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<unsigned> coface_counter = this->compute_counter_for_given_cell( coface );
std::vector<unsigned> face_counter = this->compute_counter_for_given_cell( face );