mirror of https://github.com/CGAL/cgal
changed FT to double because it fails with exact types
This commit is contained in:
parent
a34d89861a
commit
0a0c92d272
|
|
@ -172,8 +172,8 @@ public:
|
||||||
|
|
||||||
template<typename OutIterator>
|
template<typename OutIterator>
|
||||||
bool solve(OutIterator solution,
|
bool solve(OutIterator solution,
|
||||||
const FT eps_abs = 1e-10,
|
const double eps_abs = 1e-10,
|
||||||
const FT eps_rel = 1e-15,
|
const double eps_rel = 1e-15,
|
||||||
const bool verbose = false)
|
const bool verbose = false)
|
||||||
{
|
{
|
||||||
if(verbose)
|
if(verbose)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue