less precision

This commit is contained in:
Eric Berberich 2008-03-29 21:48:17 +00:00
parent 728c62f9ac
commit 34f5835b5f
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ public:
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
{
typename Curve_analysis_2::Algebraic_curve_kernel_2::