ipdf.h and Real type
[ipdf/code.git] / src / main.cpp
1 #include "common.h"
2
3 #include "ipdf.h"
4
5 using namespace std;
6 using namespace IPDF;
7
8 int main(int argc, char ** argv)
9 {
10         Real a = 10;
11         Real b = 20;
12         Debug("a*b = %f", RealToFloat(a*b));
13         return 0;
14 }

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