X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Freal.h;h=adb9503369456988997f67118b027da00c20cfe3;hp=c5b16ac82100853677dd84b6b6a2502ce44e457a;hb=03cc1b0a0d0705e0b1d92e13fdb18608c7a00272;hpb=ea748154f1bc7dbc81cb52611a52865e63109439 diff --git a/src/real.h b/src/real.h index c5b16ac..adb9503 100644 --- a/src/real.h +++ b/src/real.h @@ -178,6 +178,7 @@ namespace IPDF inline Real RealFromStr(const std::string & str) {return RealFromStr(str.c_str());} + inline void DebugRealInfo() {Debug("Compiled with REAL = %d => \"%s\" sizeof(Real) == %d bytes", REALTYPE, g_real_name[REALTYPE], sizeof(Real));} }