summaryrefslogtreecommitdiff
path: root/src/Bitmap_cubical_complex
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
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')
-rw-r--r--src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_base.h2
-rw-r--r--src/Bitmap_cubical_complex/include/gudhi/Bitmap_cubical_complex_periodic_boundary_conditions_base.h2
2 files changed, 2 insertions, 2 deletions
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<unsigned> coface_counter = this->compute_counter_for_given_cell( coface );
std::vector<unsigned> 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<unsigned> coface_counter = this->compute_counter_for_given_cell( coface );
std::vector<unsigned> face_counter = this->compute_counter_for_given_cell( face );