X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Freal.cpp;fp=src%2Freal.cpp;h=74c774baa578d8cb1c09bce74a460bcf558ad281;hp=0000000000000000000000000000000000000000;hb=e164c93218ed4599614f4f6e5e815429a3fedbf7;hpb=029e93dad12c51c69e47aa74dcc39f84d315bca3 diff --git a/src/real.cpp b/src/real.cpp new file mode 100644 index 0000000..74c774b --- /dev/null +++ b/src/real.cpp @@ -0,0 +1,11 @@ +#include "real.h" + +namespace IPDF +{ + // Maps the REAL to a string + const char * g_real_name[] = { + "single", + "double" + }; + +}