Ability to define Real as long double
[ipdf/code.git] / src / real.cpp
index 74c774b..7c70a92 100644 (file)
@@ -5,7 +5,8 @@ namespace IPDF
        // Maps the REAL to a string
        const char * g_real_name[] = {
                "single",
-               "double"
+               "double",
+               "long double"
        };
 
 }

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