git://www.ginac.de
/
ginac.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* Reworked timing output and increased some timing sizes.
[ginac.git]
/
check
/
time_fateman_expand.cpp
diff --git
a/check/time_fateman_expand.cpp
b/check/time_fateman_expand.cpp
index
b0a88e2
..
f78e821
100644
(file)
--- a/
check/time_fateman_expand.cpp
+++ b/
check/time_fateman_expand.cpp
@@
-66,7
+66,7
@@
unsigned time_fateman_expand()
} else {
cout << " failed ";
}
- cout <<
int(1000*(time/count))*0.001
<< 's' << endl;
+ cout <<
time/count
<< 's' << endl;
return result;
}