X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Freal.cpp;h=70c6530f6ddf57fdaf8a4b7dff9896dafa1d2913;hp=74c774baa578d8cb1c09bce74a460bcf558ad281;hb=6ad7fc3c833837713405b64a50e62dd128cb7a30;hpb=aaa65d90ac812f924cbbc39bef7a5f8b6cad2da3 diff --git a/src/real.cpp b/src/real.cpp index 74c774b..70c6530 100644 --- a/src/real.cpp +++ b/src/real.cpp @@ -5,7 +5,10 @@ namespace IPDF // Maps the REAL to a string const char * g_real_name[] = { "single", - "double" + "double", + "long double", + "single [fast2sum]", //TODO REMOVE DOESN'T DO ANYTHING USEFUL + "Rational" }; }