summaryrefslogtreecommitdiff
path: root/src/Skeleton_blocker/include/gudhi/Skeleton_blocker.h
diff options
context:
space:
mode:
authorglisse <glisse@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-07-05 16:55:58 +0000
committerglisse <glisse@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-07-05 16:55:58 +0000
commitc8c2f91db880218bb7ab275fbadda53a23f88d35 (patch)
tree48bcfe4161830c2c62302c289db9389c3a28eee4 /src/Skeleton_blocker/include/gudhi/Skeleton_blocker.h
parent55c9ed6f4a764a4ddaef210ea950da8b3dbaac9c (diff)
Typo + comment out debug printing
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@678 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 896977355b7928fa20f5e85ec9eb2bb920a9ad90
Diffstat (limited to 'src/Skeleton_blocker/include/gudhi/Skeleton_blocker.h')
-rw-r--r--src/Skeleton_blocker/include/gudhi/Skeleton_blocker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Skeleton_blocker/include/gudhi/Skeleton_blocker.h b/src/Skeleton_blocker/include/gudhi/Skeleton_blocker.h
index 049db6d5..289819b5 100644
--- a/src/Skeleton_blocker/include/gudhi/Skeleton_blocker.h
+++ b/src/Skeleton_blocker/include/gudhi/Skeleton_blocker.h
@@ -109,7 +109,7 @@ and point access in addition.
\subsection Visitor
The class Skeleton_blocker_complex has a visitor that is called when usual operations such as adding an edge or remove a vertex are called.
-You may want to use this visitor to compute statistics or to update another data-structure (for instance this visitor is heavily used in the \ref contr package.
+You may want to use this visitor to compute statistics or to update another data-structure (for instance this visitor is heavily used in the \ref contr package).