X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Freal.cpp;h=70c6530f6ddf57fdaf8a4b7dff9896dafa1d2913;hp=7c70a92327dfe211dcacede13202c9628d6ab377;hb=33356addacfe4296ecb613c6c4696f082e351159;hpb=c9ce50e17952b0feeec68758444a50302a0aafba diff --git a/src/real.cpp b/src/real.cpp index 7c70a92..70c6530 100644 --- a/src/real.cpp +++ b/src/real.cpp @@ -6,7 +6,9 @@ namespace IPDF const char * g_real_name[] = { "single", "double", - "long double" + "long double", + "single [fast2sum]", //TODO REMOVE DOESN'T DO ANYTHING USEFUL + "Rational" }; }