mirror of https://github.com/CGAL/cgal
less precision
This commit is contained in:
parent
728c62f9ac
commit
34f5835b5f
|
|
@ -363,7 +363,7 @@ public:
|
||||||
x = NiX::to_double(this->x()); // TODO replace by CGAL::
|
x = NiX::to_double(this->x()); // TODO replace by CGAL::
|
||||||
}
|
}
|
||||||
|
|
||||||
Rational bound(2e-20); // TODO correct threshold?
|
Rational bound(2e-10); // TODO correct threshold?
|
||||||
// Y
|
// Y
|
||||||
{
|
{
|
||||||
typename Curve_analysis_2::Algebraic_curve_kernel_2::
|
typename Curve_analysis_2::Algebraic_curve_kernel_2::
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue