X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Freal.cpp;h=83b3fb8b13f57e1a849ecfa2ef8d6ce6ac4fec58;hp=74c774baa578d8cb1c09bce74a460bcf558ad281;hb=3ab3475a54c82cb9f5e0b1dbb88035f341b92d49;hpb=e164c93218ed4599614f4f6e5e815429a3fedbf7 diff --git a/src/real.cpp b/src/real.cpp index 74c774b..83b3fb8 100644 --- a/src/real.cpp +++ b/src/real.cpp @@ -5,7 +5,11 @@ 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", + "Rational" }; }