Merge branch 'master' of git.ucc.asn.au:ipdf/code
[ipdf/code.git] / src / real.cpp
1 #include "real.h"
2
3 namespace IPDF
4 {
5         // Maps the REAL to a string
6         const char * g_real_name[] = {
7                 "single",
8                 "double"
9         };
10
11 }

UCC git Repository :: git.ucc.asn.au