Comment two unreleastic assertions

This commit is contained in:
Mael Rouxel-Labbé 2021-03-23 14:06:16 +01:00
parent 47b1c058a6
commit c5294181db
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ namespace CGAL {
: _full(false)
{
// l must pass through s and t, and s != t
CGAL_kernel_precondition(SK().has_on_3_object()(c,s));
CGAL_kernel_precondition(SK().has_on_3_object()(c,t));
// CGAL_kernel_precondition(SK().has_on_3_object()(c,s));
// CGAL_kernel_precondition(SK().has_on_3_object()(c,t));
CGAL_kernel_precondition(s != t);
base = Rep(c,s,t);
// we can optimize the computations of the sign (for the has_on functor),