summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/include/gudhi/Alpha_complex.h
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-11-05 09:21:30 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-11-05 09:21:30 +0100
commitc9c023d407cd2f8e0d2202531d8cc64ed40fd3e5 (patch)
tree4cfbf188a5ed9a17fbd3a7e12f989d28e3ac4974 /src/Alpha_complex/include/gudhi/Alpha_complex.h
parent73785832fd7df6a300985d1edf3a386b64e0ce19 (diff)
Do not print #define variable
Diffstat (limited to 'src/Alpha_complex/include/gudhi/Alpha_complex.h')
-rw-r--r--src/Alpha_complex/include/gudhi/Alpha_complex.h3
1 files changed, 1 insertions, 2 deletions
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<Kernel>::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);