summaryrefslogtreecommitdiff
path: root/src/Nerve_GIC/test/test_GIC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Nerve_GIC/test/test_GIC.cpp')
-rw-r--r--src/Nerve_GIC/test/test_GIC.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Nerve_GIC/test/test_GIC.cpp b/src/Nerve_GIC/test/test_GIC.cpp
index e8051cf0..6b6621fd 100644
--- a/src/Nerve_GIC/test/test_GIC.cpp
+++ b/src/Nerve_GIC/test/test_GIC.cpp
@@ -33,10 +33,6 @@
#include <gudhi/distance_functions.h>
#include <gudhi/reader_utils.h>
-bool are_almost_the_same(float a, float b) {
- return std::fabs(a - b) < std::numeric_limits<float>::epsilon();
-}
-
BOOST_AUTO_TEST_CASE(check_nerve) {
Gudhi::graph_induced_complex::Graph_induced_complex GIC;