summaryrefslogtreecommitdiff
path: root/src/Gudhi_stat/example
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gudhi_stat/example')
-rw-r--r--src/Gudhi_stat/example/persistence_heat_maps.cpp1
-rw-r--r--src/Gudhi_stat/example/persistence_intervals.cpp2
-rw-r--r--src/Gudhi_stat/example/vector_representation.cpp2
3 files changed, 0 insertions, 5 deletions
diff --git a/src/Gudhi_stat/example/persistence_heat_maps.cpp b/src/Gudhi_stat/example/persistence_heat_maps.cpp
index 052b435f..c8dde3cd 100644
--- a/src/Gudhi_stat/example/persistence_heat_maps.cpp
+++ b/src/Gudhi_stat/example/persistence_heat_maps.cpp
@@ -36,7 +36,6 @@ using namespace Gudhi::Gudhi_stat;
double epsilon = 0.0000005;
-using namespace std;
int main( int argc , char** argv )
diff --git a/src/Gudhi_stat/example/persistence_intervals.cpp b/src/Gudhi_stat/example/persistence_intervals.cpp
index 04a3d948..044ba3c3 100644
--- a/src/Gudhi_stat/example/persistence_intervals.cpp
+++ b/src/Gudhi_stat/example/persistence_intervals.cpp
@@ -32,8 +32,6 @@
using namespace Gudhi;
using namespace Gudhi::Gudhi_stat;
-using namespace std;
-
int main( int argc , char** argv )
{
diff --git a/src/Gudhi_stat/example/vector_representation.cpp b/src/Gudhi_stat/example/vector_representation.cpp
index 20d46d26..981e63de 100644
--- a/src/Gudhi_stat/example/vector_representation.cpp
+++ b/src/Gudhi_stat/example/vector_representation.cpp
@@ -34,8 +34,6 @@
using namespace Gudhi;
using namespace Gudhi::Gudhi_stat;
-using namespace std;
-