X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Freal.cpp;h=96d8054728a221cf4c6e09cd1cf0116d0e4a0ce9;hp=ce2f976e02900a88ebb339417cd39e39b5977a09;hb=e0cd98bdff7f026b92f2c0e5b08639e08b98874e;hpb=85e08223a33439f9b4911129b48ee45ff65869eb diff --git a/src/real.cpp b/src/real.cpp index ce2f976..96d8054 100644 --- a/src/real.cpp +++ b/src/real.cpp @@ -12,9 +12,11 @@ namespace IPDF "Rational" }; +#if REAL == REAL_RATIONAL_ARBINT template <> Gmpint Tabs(const Gmpint & a) { return a.Abs(); } +#endif }