changed FT to double because it fails with exact types

This commit is contained in:
Dmitry Anisimov 2021-06-11 12:20:30 +02:00
parent a34d89861a
commit 0a0c92d272
1 changed files with 2 additions and 2 deletions

View File

@ -172,8 +172,8 @@ public:
template<typename OutIterator>
bool solve(OutIterator solution,
const FT eps_abs = 1e-10,
const FT eps_rel = 1e-15,
const double eps_abs = 1e-10,
const double eps_rel = 1e-15,
const bool verbose = false)
{
if(verbose)