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