summaryrefslogtreecommitdiff
path: root/src/Alpha_complex
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-11-27 12:21:15 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-11-27 12:21:15 +0000
commit44395e27d4184acebc7d9dbfda066a87011557da (patch)
treed9a92be9e7a1a814a4aafc450375e891eb54eaa5 /src/Alpha_complex
parentf6e86d7f7aaa5ac39695a7998dc4127a59a67c9e (diff)
Fix cpplint
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@4018 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: e4b0a5d84504abc43c57511049a90f57d79deeec
Diffstat (limited to 'src/Alpha_complex')
-rw-r--r--src/Alpha_complex/include/gudhi/Alpha_complex_3d.h2
-rw-r--r--src/Alpha_complex/utilities/alpha_complex_3d_persistence.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Alpha_complex/include/gudhi/Alpha_complex_3d.h b/src/Alpha_complex/include/gudhi/Alpha_complex_3d.h
index b967aa6d..32dfcc16 100644
--- a/src/Alpha_complex/include/gudhi/Alpha_complex_3d.h
+++ b/src/Alpha_complex/include/gudhi/Alpha_complex_3d.h
@@ -55,7 +55,7 @@
#include <cstddef>
#include <memory> // for std::unique_ptr
#include <type_traits> // for std::conditional and std::enable_if
-#include <limits> // for numeric_limits<>
+#include <limits> // for numeric_limits<>
#if CGAL_VERSION_NR < 1041101000
// Make compilation fail - required for external projects - https://gitlab.inria.fr/GUDHI/gudhi-devel/issues/10
diff --git a/src/Alpha_complex/utilities/alpha_complex_3d_persistence.cpp b/src/Alpha_complex/utilities/alpha_complex_3d_persistence.cpp
index c9141912..19e608ad 100644
--- a/src/Alpha_complex/utilities/alpha_complex_3d_persistence.cpp
+++ b/src/Alpha_complex/utilities/alpha_complex_3d_persistence.cpp
@@ -31,7 +31,7 @@
#include <fstream>
#include <string>
#include <vector>
-#include <limits> // for numeric_limits<>
+#include <limits> // for numeric_limits<>
// gudhi type definition
using Simplex_tree = Gudhi::Simplex_tree<Gudhi::Simplex_tree_options_fast_persistence>;