summaryrefslogtreecommitdiff
path: root/src/Contraction/example/Rips_contraction.cpp
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-09-15 15:27:51 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-09-15 15:27:51 +0000
commitef4ee52fdc6c52629c8c3959c7a15b5280a40373 (patch)
treee1aa28945a9a50c5131d755723856ad2349825cb /src/Contraction/example/Rips_contraction.cpp
parent1b5c8012bf843edcf4ae927fb0b46a2a42dfd3d6 (diff)
remove concept dir for Contraction (empty)
remove unused using namespace git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/warning_fix@1505 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 32785bb7a8062d828069f22b0d410afa3e57f702
Diffstat (limited to 'src/Contraction/example/Rips_contraction.cpp')
-rw-r--r--src/Contraction/example/Rips_contraction.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Contraction/example/Rips_contraction.cpp b/src/Contraction/example/Rips_contraction.cpp
index 978dd1cb..7f19e239 100644
--- a/src/Contraction/example/Rips_contraction.cpp
+++ b/src/Contraction/example/Rips_contraction.cpp
@@ -27,7 +27,6 @@
#include <boost/timer/timer.hpp>
#include <iostream>
-using namespace std;
using namespace Gudhi;
using namespace skeleton_blocker;
using namespace contraction;