33962d65a40843b6c57d9b0ab748b12d3697ae99
[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