X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Freal.h;h=8021ada7c66d418e91f77a6313af4aa8c141ff35;hp=ecd3852c2189bba85de43295ae1d7aab3bdddced;hb=7a83af96414ff156f56455ff7a5e7af01fc403b5;hpb=612d71e94fa4a4ca394fb1f566926392e95a2fa8 diff --git a/src/real.h b/src/real.h index ecd3852..8021ada 100644 --- a/src/real.h +++ b/src/real.h @@ -40,7 +40,7 @@ namespace IPDF #elif REAL == REAL_LONG_DOUBLE typedef long double Real; #elif REAL == REAL_VFPU - typedef VFPU::Float Real; + typedef VFPU::VFloat Real; inline float Float(const Real & r) {return r.m_value;} inline double Double(const Real & r) {return r.m_value;} #elif REAL == REAL_RATIONAL