Add quadtree back to the Makefile
[ipdf/code.git] / src / tests / calculator.cpp
index 13903d6..ec20918 100644 (file)
@@ -40,7 +40,8 @@ int main(int argc, char ** argv)
                                break;
                }
                
-               cout << Double(c) << '\n';
+               //cout << Double(c) << '\n';
+               printf("%.40lf\n", Double(c));
                
        }
 }

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