X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Freal.h;h=adb9503369456988997f67118b027da00c20cfe3;hb=35bc799125eec0d0c839af56fd136c8e85793a56;hp=c5b16ac82100853677dd84b6b6a2502ce44e457a;hpb=ea748154f1bc7dbc81cb52611a52865e63109439;p=ipdf%2Fcode.git 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));} }