Skip to content

Commit

Permalink
Fix after local compilation :<
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Jun 22, 2022
1 parent 5927cad commit 2b31362
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -294,7 +294,7 @@ namespace CGAL {
double tmp = sum;
for (int i=0; i<d; ++i)
tmp *= sum;
const double eps = std::sqrt(tmp)-1.0;
double eps = std::sqrt(tmp)-1.0;
FPU_set_cw(old); // restore

if (CGAL::is_negative(eps)) {
Expand Down

0 comments on commit 2b31362

Please sign in to comment.