diff --git a/Number_types/include/CGAL/CORE_Expr.h b/Number_types/include/CGAL/CORE_Expr.h index f38681a08e2..e0f72a22326 100644 --- a/Number_types/include/CGAL/CORE_Expr.h +++ b/Number_types/include/CGAL/CORE_Expr.h @@ -132,7 +132,7 @@ template <> class Algebraic_structure_traits< CORE::Expr > if((inf > 1) || (sup < 1)){ return false; } - if((inf == 1) && (sup == 1)){ + if(inf == sup){ return true; } return x.cmp(Type::getOne()) == 0;