summaryrefslogtreecommitdiff
path: root/src/Bottleneck_distance/include
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2019-11-22 23:01:38 +0100
committerGitHub <noreply@github.com>2019-11-22 23:01:38 +0100
commitec9c03aa2788b66350760e702020948731823148 (patch)
tree32d01aa43f8f5dcb66bc8910a86f4cfea2b12be7 /src/Bottleneck_distance/include
parent4f4c815301e5fb2a0d67143a5781cf42471125fd (diff)
parent85cab5aeff0407e1a8095328527e00b94f2796c6 (diff)
Merge pull request #154 from VincentRouvreau/cpp_dependencies_error
Cpp dependencies error
Diffstat (limited to 'src/Bottleneck_distance/include')
-rw-r--r--src/Bottleneck_distance/include/gudhi/Bottleneck.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bottleneck_distance/include/gudhi/Bottleneck.h b/src/Bottleneck_distance/include/gudhi/Bottleneck.h
index 82ba9f68..e466828a 100644
--- a/src/Bottleneck_distance/include/gudhi/Bottleneck.h
+++ b/src/Bottleneck_distance/include/gudhi/Bottleneck.h
@@ -26,7 +26,7 @@
// Make compilation fail - required for external projects - https://github.com/GUDHI/gudhi-devel/issues/10
#if CGAL_VERSION_NR < 1041101000
-# error Alpha_complex_3d is only available for CGAL >= 4.11
+# error bottleneck_distance is only available for CGAL >= 4.11
#endif
namespace Gudhi {