summaryrefslogtreecommitdiff
path: root/src/GudhUI/model/Complex_typedefs.h
diff options
context:
space:
mode:
authorcjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-08-04 15:07:49 +0000
committercjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-08-04 15:07:49 +0000
commit992b082d31273e217ec19d9c579883bb3fab10d3 (patch)
treed76573a819a45f89f2b5d92573cefaa97cd76390 /src/GudhUI/model/Complex_typedefs.h
parent2455525b1583b7a7b4c38d0637a1e0507cf5181d (diff)
parentd5c5c59161b724f93999c78d979c555b9a72d1ec (diff)
Merge from trunk
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/subsampling_and_spatialsearching@1413 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: bb7801bb78feccf12ff73c6e82511806753db8dd
Diffstat (limited to 'src/GudhUI/model/Complex_typedefs.h')
-rw-r--r--src/GudhUI/model/Complex_typedefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GudhUI/model/Complex_typedefs.h b/src/GudhUI/model/Complex_typedefs.h
index c310d4a6..a4df2c94 100644
--- a/src/GudhUI/model/Complex_typedefs.h
+++ b/src/GudhUI/model/Complex_typedefs.h
@@ -41,7 +41,7 @@ struct Geometry_trait : public CGAL::Cartesian_d<double> {
typedef Geometry_trait::Point Point;
using namespace Gudhi;
-using namespace Gudhi::skbl;
+using namespace Gudhi::skeleton_blocker;
typedef Skeleton_blocker_simple_geometric_traits<Geometry_trait> Complex_geometric_traits;
typedef Skeleton_blocker_geometric_complex< Complex_geometric_traits > Complex;