Fixed conversion warning

This commit is contained in:
Mael Rouxel-Labbé 2017-06-23 10:31:42 +02:00
parent 6712a7e992
commit 79add870ce
1 changed files with 1 additions and 1 deletions

View File

@ -651,7 +651,7 @@ private:
{
CGAL_precondition(!roots.empty());
NT E_min = (std::numeric_limits<NT>::max)();
std::size_t index_arg = 0.;
std::size_t index_arg = 0;
for(std::size_t i=0; i<roots.size(); ++i)
{
const NT a = roots[i];