diff --git a/Mesh_3/include/CGAL/Mesh_3/Labeled_mesh_domain_3.h b/Mesh_3/include/CGAL/Mesh_3/Labeled_mesh_domain_3.h index f7d73ecd2c3..7e91060863d 100644 --- a/Mesh_3/include/CGAL/Mesh_3/Labeled_mesh_domain_3.h +++ b/Mesh_3/include/CGAL/Mesh_3/Labeled_mesh_domain_3.h @@ -235,7 +235,9 @@ public: Intersection operator()(const Segment_3& s) const { +#ifndef CGAL_MESH_3_NEW_ROBUST_INTERSECTION_TRAITS CGAL_precondition(r_domain_.do_intersect_surface_object()(s)); +#endif return this->operator()(s.source(),s.target()); }