From c9c023d407cd2f8e0d2202531d8cc64ed40fd3e5 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Tue, 5 Nov 2019 09:21:30 +0100 Subject: Do not print #define variable --- src/Alpha_complex/include/gudhi/Alpha_complex.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Alpha_complex') diff --git a/src/Alpha_complex/include/gudhi/Alpha_complex.h b/src/Alpha_complex/include/gudhi/Alpha_complex.h index 0cb4accb..27a4ba04 100644 --- a/src/Alpha_complex/include/gudhi/Alpha_complex.h +++ b/src/Alpha_complex/include/gudhi/Alpha_complex.h @@ -193,8 +193,7 @@ class Alpha_complex { void init_from_range(const InputPointRange& points) { #if CGAL_VERSION_NR < 1050000000 if (Is_Epick_D::value) - std::cerr << "It is strongly advised to use a CGAL version from 5.0 for performance reasons." - << "Your CGAL version is " << CGAL_VERSION << std::endl; + std::cerr << "It is strongly advised to use a CGAL version from 5.0 for performance reasons." << std::endl; #endif auto first = std::begin(points); -- cgit v1.2.3