summaryrefslogtreecommitdiff
path: root/src/Nerve_GIC/test/test_GIC.cpp
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-01-25 14:06:24 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-01-25 14:06:24 +0000
commitcafbe7d63d0e16e27721864a1ffa1a67d8f0374f (patch)
treed082d4c483e23e0388878b8726b690dfd50a2018 /src/Nerve_GIC/test/test_GIC.cpp
parentd8f04fab98dcb46ba7b300048311bf9e8b0ab3d2 (diff)
Code review : fix camel case for types and use of std::log instead of log
Add CGAL dependency for Nerve_GIC (link to bottleneck) Add persistence representation in bibtex git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3155 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 8a45497b3d1f34a5c4a1c7856113c6b7680a12a2
Diffstat (limited to 'src/Nerve_GIC/test/test_GIC.cpp')
-rw-r--r--src/Nerve_GIC/test/test_GIC.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Nerve_GIC/test/test_GIC.cpp b/src/Nerve_GIC/test/test_GIC.cpp
index a8b1e7f7..d633753c 100644
--- a/src/Nerve_GIC/test/test_GIC.cpp
+++ b/src/Nerve_GIC/test/test_GIC.cpp
@@ -24,11 +24,11 @@
#define BOOST_TEST_MODULE "graph_induced_complex"
#include <boost/test/unit_test.hpp>
-#include <cmath> // float comparison
+
#include <limits>
#include <string>
#include <vector>
-#include <algorithm> // std::max
+
#include <gudhi/GIC.h>
#include <gudhi/distance_functions.h>
#include <gudhi/reader_utils.h>