mirror of https://github.com/CGAL/cgal
Fixed conversion warning
This commit is contained in:
parent
6712a7e992
commit
79add870ce
|
|
@ -651,7 +651,7 @@ private:
|
||||||
{
|
{
|
||||||
CGAL_precondition(!roots.empty());
|
CGAL_precondition(!roots.empty());
|
||||||
NT E_min = (std::numeric_limits<NT>::max)();
|
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)
|
for(std::size_t i=0; i<roots.size(); ++i)
|
||||||
{
|
{
|
||||||
const NT a = roots[i];
|
const NT a = roots[i];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue