]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_D.cpp
- documented info_flags::algebraic.
[ginac.git] / check / time_lw_D.cpp
index abd0abe62fb44ff6db5936513800d6131dc8622d..1f63e58fbf79ec75fa509bde93e0df5e01ceb48b 100644 (file)
@@ -42,7 +42,7 @@ static unsigned test(void)
 unsigned time_lw_D(void)
 {
     unsigned result = 0;
-    unsigned count = 1;
+    unsigned count = 0;
     timer rolex;
     double time = .0;
     
@@ -63,7 +63,7 @@ unsigned time_lw_D(void)
     } else {
         cout << " failed ";
     }
-    cout << int(1000*(time/count))*0.001 << 's' << endl;
+    cout << int(100000*(time/count))*0.00001 << 's' << endl;
     
     return result;
 }