From 9024d5bc0470cfc9a8b51fd47815f6003510b1df Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 16 Nov 2011 18:25:18 +0000 Subject: [PATCH] Fix the text of the assertion msg. Thanks to Sebastien L. --- Mesh_2/include/CGAL/Mesh_2/Refine_edges.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mesh_2/include/CGAL/Mesh_2/Refine_edges.h b/Mesh_2/include/CGAL/Mesh_2/Refine_edges.h index 3217f4f416d..bd9fa7b24a9 100644 --- a/Mesh_2/include/CGAL/Mesh_2/Refine_edges.h +++ b/Mesh_2/include/CGAL/Mesh_2/Refine_edges.h @@ -424,8 +424,8 @@ public: CGAL_assertion_msg(zone.locate_type != Tr::FACE || zone.fh == f || zone.fh == n, "Your data set contains at least a vertex that is " - "nearly colinear\n" - " with a constrained edge! " + "very close to \n" + " a constrained edge! " "Mesh_2 cannot mesh that sort of data set."); const bool f_does_conflict = (zone.locate_type == Tr::EDGE) ||