From 4b62197c722e3a8bd249021b74b42e4cb1c5fe8e Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Tue, 20 Nov 2018 16:30:30 +0100 Subject: [PATCH] Comment out an assertion which is too long. --- Combinatorial_map/include/CGAL/Path_on_surface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Combinatorial_map/include/CGAL/Path_on_surface.h b/Combinatorial_map/include/CGAL/Path_on_surface.h index 31d8776afa7..6507717d4d7 100644 --- a/Combinatorial_map/include/CGAL/Path_on_surface.h +++ b/Combinatorial_map/include/CGAL/Path_on_surface.h @@ -361,7 +361,7 @@ public: /// of the first dart) std::size_t next_positive_turn(std::size_t i) const { - CGAL_assertion(is_valid()); + // CGAL_assertion(is_valid()); CGAL_assertion(i