Paranoia is setting in
[ipdf/code.git] / src / tests / calculator.cpp
index ab100b9..13903d6 100644 (file)
@@ -11,6 +11,9 @@ using namespace IPDF;
 
 int main(int argc, char ** argv)
 {
+       #if REALTYPE == REAL_IRRAM
+         iRRAM_initialize(argc,argv);
+       #endif
        while (cin.good())
        {
                double da; double db;

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