X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Freal.cpp;fp=src%2Freal.cpp;h=7c70a92327dfe211dcacede13202c9628d6ab377;hp=74c774baa578d8cb1c09bce74a460bcf558ad281;hb=c9ce50e17952b0feeec68758444a50302a0aafba;hpb=8f7f551758c01e8b6938beff54435950cd2d1ca3 diff --git a/src/real.cpp b/src/real.cpp index 74c774b..7c70a92 100644 --- a/src/real.cpp +++ b/src/real.cpp @@ -5,7 +5,8 @@ namespace IPDF // Maps the REAL to a string const char * g_real_name[] = { "single", - "double" + "double", + "long double" }; }