Commit before breaking everything
[ipdf/code.git] / src / real.h
index c5b16ac..adb9503 100644 (file)
@@ -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));}
 
 }
 

UCC git Repository :: git.ucc.asn.au