mirror of https://github.com/CGAL/cgal
fix function
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
This commit is contained in:
parent
4ede33059b
commit
65b10f226a
|
|
@ -449,7 +449,7 @@ inline void negate(BigInt& a) {
|
|||
/// cmpabs
|
||||
inline int cmpabs(const BigInt& a, const BigInt& b) {
|
||||
assert(false);
|
||||
// return mpz_cmpabs(a.get_mp(), b.get_mp()); AF: todo
|
||||
return cmp(abs(a), abs(b));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue