summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-11-20 09:29:27 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-11-20 09:29:27 +0100
commit7008061749a52e9717d550b44efe60173f4128b5 (patch)
treef0d53c7a5cb849e3d12d03c45935673969cb4fcb /src/common
parent8227cd68d5aa7c9eeda5dd474f2536b896b6f491 (diff)
parent445a217f4869c62888a20302491b085fbcaabd1b (diff)
Merge branch 'master' into persistence_graphical_tool_improvements
Diffstat (limited to 'src/common')
-rw-r--r--src/common/doc/main_page.md1
-rw-r--r--src/common/include/gudhi/Unitary_tests_utils.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/common/doc/main_page.md b/src/common/doc/main_page.md
index d8cbf97f..e8d11fdf 100644
--- a/src/common/doc/main_page.md
+++ b/src/common/doc/main_page.md
@@ -45,6 +45,7 @@
values of the codimension 1 cofaces that make it not Gabriel otherwise.
All simplices that have a filtration value strictly greater than a given alpha squared value are not inserted into
the complex.<br>
+ For performances reasons, it is advised to use \ref cgal &ge; 5.0.0.
</td>
<td width="15%">
<b>Author:</b> Vincent Rouvreau<br>
diff --git a/src/common/include/gudhi/Unitary_tests_utils.h b/src/common/include/gudhi/Unitary_tests_utils.h
index 4ad4dae8..7d039304 100644
--- a/src/common/include/gudhi/Unitary_tests_utils.h
+++ b/src/common/include/gudhi/Unitary_tests_utils.h
@@ -14,6 +14,7 @@
#include <iostream>
#include <limits> // for std::numeric_limits<>
+#include <cmath> // for std::fabs
template<typename FloatingType >
void GUDHI_TEST_FLOAT_EQUALITY_CHECK(FloatingType a, FloatingType b,