ipdf.h and Real type
[ipdf/code.git] / src / ipdf.h
1 #ifndef _IPDF_H
2 #define _IPDF_H
3
4 namespace IPDF
5 {
6         typedef float Real;
7         inline float RealToFloat(Real r) {return r;}
8 }
9
10
11 #endif //_IPDF_H

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