X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Farbint.h;h=4b819b9f18ddbc3e0ffe1c74308f3463035dfbe4;hp=12f83024db96f5581354e6fbca2a40d416e53b13;hb=a7da45c62d5a0604785479f5dfeb1c2a65d0f9de;hpb=3ab3475a54c82cb9f5e0b1dbb88035f341b92d49 diff --git a/src/arbint.h b/src/arbint.h index 12f8302..4b819b9 100644 --- a/src/arbint.h +++ b/src/arbint.h @@ -101,7 +101,7 @@ namespace IPDF inline bool operator>=(const Arbint & leq) const { - return (this->operator==(leq) || this->operator<(leq)); + return (this->operator==(leq) || this->operator>(leq)); } inline bool operator>(const Arbint & grea) const {