ipdf.h and Real type
[ipdf/code.git] / src / ipdf.h
diff --git a/src/ipdf.h b/src/ipdf.h
new file mode 100644 (file)
index 0000000..33962d6
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef _IPDF_H
+#define _IPDF_H
+
+namespace IPDF
+{
+       typedef float Real;
+       inline float RealToFloat(Real r) {return r;}
+}
+
+
+#endif //_IPDF_H

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