mirror of https://github.com/CGAL/cgal
Comment two unreleastic assertions
This commit is contained in:
parent
47b1c058a6
commit
c5294181db
|
|
@ -73,8 +73,8 @@ namespace CGAL {
|
||||||
: _full(false)
|
: _full(false)
|
||||||
{
|
{
|
||||||
// l must pass through s and t, and s != t
|
// 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,s));
|
||||||
CGAL_kernel_precondition(SK().has_on_3_object()(c,t));
|
// CGAL_kernel_precondition(SK().has_on_3_object()(c,t));
|
||||||
CGAL_kernel_precondition(s != t);
|
CGAL_kernel_precondition(s != t);
|
||||||
base = Rep(c,s,t);
|
base = Rep(c,s,t);
|
||||||
// we can optimize the computations of the sign (for the has_on functor),
|
// we can optimize the computations of the sign (for the has_on functor),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue