summaryrefslogtreecommitdiff
path: root/src/Witness_complex/concept
diff options
context:
space:
mode:
authorskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-02-11 16:07:37 +0000
committerskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-02-11 16:07:37 +0000
commit6496035f0c8232469bf652c1047eeb66645c1bd6 (patch)
tree0f0ab44cffae0a897170c6672f38814f5c9a29dd /src/Witness_complex/concept
parentb7796215d4eac6b4c43ad70998c3737a6527eebb (diff)
Changed concept's name to CamelCase
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/witness@1018 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: ddc6e2d57b2dd547407e42da44868d1d0658e57c
Diffstat (limited to 'src/Witness_complex/concept')
-rw-r--r--src/Witness_complex/concept/Simplicial_complex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Witness_complex/concept/Simplicial_complex.h b/src/Witness_complex/concept/Simplicial_complex.h
index 9e9f2ff8..74d60388 100644
--- a/src/Witness_complex/concept/Simplicial_complex.h
+++ b/src/Witness_complex/concept/Simplicial_complex.h
@@ -31,7 +31,7 @@ namespace witness_complex {
* for a type to implement a simplicial complex,
* used for example to build a 'Witness_complex'.
*/
-struct Simplicial_complex {
+struct SimplicialComplex {
/** Handle to specify a simplex. */
typedef unspecified Simplex_handle;
/** Handle to specify a vertex. Must be a non-negative integer. */