summaryrefslogtreecommitdiff
path: root/src/Skeleton_blocker/include/gudhi/Skeleton_blocker_simplifiable_complex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Skeleton_blocker/include/gudhi/Skeleton_blocker_simplifiable_complex.h')
-rw-r--r--src/Skeleton_blocker/include/gudhi/Skeleton_blocker_simplifiable_complex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Skeleton_blocker/include/gudhi/Skeleton_blocker_simplifiable_complex.h b/src/Skeleton_blocker/include/gudhi/Skeleton_blocker_simplifiable_complex.h
index 705c78bb..17a237a7 100644
--- a/src/Skeleton_blocker/include/gudhi/Skeleton_blocker_simplifiable_complex.h
+++ b/src/Skeleton_blocker/include/gudhi/Skeleton_blocker_simplifiable_complex.h
@@ -22,12 +22,12 @@
#ifndef SKELETON_BLOCKER_SIMPLIFIABLE_COMPLEX_H_
#define SKELETON_BLOCKER_SIMPLIFIABLE_COMPLEX_H_
+#include <gudhi/Skeleton_blocker/Skeleton_blocker_sub_complex.h>
+
#include <list>
#include <vector>
#include <set>
-#include <gudhi/Skeleton_blocker/Skeleton_blocker_sub_complex.h>
-
namespace Gudhi {
namespace skbl {
@@ -340,7 +340,7 @@ Skeleton_blocker_complex<SkeletonBlockerDS>::contract_edge(Vertex_handle a, Vert
assert(this->contains_vertex(a));
assert(this->contains_vertex(b));
- if(this->contains_edge(a, b))
+ if (this->contains_edge(a, b))
this->add_edge(a, b);
// if some blockers passes through 'ab', we need to remove them.