From 85cab5aeff0407e1a8095328527e00b94f2796c6 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Fri, 22 Nov 2019 17:29:55 +0100 Subject: Error message in #10 fix was not correct, bad copy/paste --- src/Witness_complex/include/gudhi/Euclidean_strong_witness_complex.h | 4 ++-- src/Witness_complex/include/gudhi/Euclidean_witness_complex.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Witness_complex/include') diff --git a/src/Witness_complex/include/gudhi/Euclidean_strong_witness_complex.h b/src/Witness_complex/include/gudhi/Euclidean_strong_witness_complex.h index 7d3c2d6d..4d5e73f2 100644 --- a/src/Witness_complex/include/gudhi/Euclidean_strong_witness_complex.h +++ b/src/Witness_complex/include/gudhi/Euclidean_strong_witness_complex.h @@ -25,11 +25,11 @@ // 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 Euclidean_strong_witness_complex is only available for CGAL >= 4.11 #endif #if !EIGEN_VERSION_AT_LEAST(3,1,0) -# error Alpha_complex_3d is only available for Eigen3 >= 3.1.0 installed with CGAL +# error Euclidean_strong_witness_complex is only available for Eigen3 >= 3.1.0 installed with CGAL #endif namespace Gudhi { diff --git a/src/Witness_complex/include/gudhi/Euclidean_witness_complex.h b/src/Witness_complex/include/gudhi/Euclidean_witness_complex.h index 21682ec4..09cb7ec2 100644 --- a/src/Witness_complex/include/gudhi/Euclidean_witness_complex.h +++ b/src/Witness_complex/include/gudhi/Euclidean_witness_complex.h @@ -27,11 +27,11 @@ // 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 Euclidean_witness_complex is only available for CGAL >= 4.11 #endif #if !EIGEN_VERSION_AT_LEAST(3,1,0) -# error Alpha_complex_3d is only available for Eigen3 >= 3.1.0 installed with CGAL +# error Euclidean_witness_complex is only available for Eigen3 >= 3.1.0 installed with CGAL #endif namespace Gudhi { -- cgit v1.2.3