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
some functions that took a "const symbol &" now take a "const ex &"
[ginac.git]
/
check
/
time_lw_A.cpp
diff --git
a/check/time_lw_A.cpp
b/check/time_lw_A.cpp
index 6badd19a2ac29515644800090cdee5bc7fbe94f9..67fcf62c84425b94cc9d29696bbb64a2d372207b 100644
(file)
--- a/
check/time_lw_A.cpp
+++ b/
check/time_lw_A.cpp
@@
-23,7
+23,7
@@
#include "times.h"
-static unsigned test(
void
)
+static unsigned test()
{
for (int i=1; i<=99; ++i)
factorial(1000+i)/factorial(900+i);
@@
-36,7
+36,7
@@
static unsigned test(void)
return 0;
}
-unsigned time_lw_A(
void
)
+unsigned time_lw_A()
{
unsigned result = 0;
unsigned count = 0;