Fix the text of the assertion msg. Thanks to Sebastien L.

This commit is contained in:
Laurent Rineau 2011-11-16 18:25:18 +00:00
parent 3d1dc999a0
commit 9024d5bc04
1 changed files with 2 additions and 2 deletions

View File

@ -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) ||