git://www.ginac.de
/
ginac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffad023
)
* Indentation^WAligment fix. ;-)
author
Richard Kreckel
<Richard.Kreckel@uni-mainz.de>
Sun, 9 Nov 2003 01:23:35 +0000
(
01:23
+0000)
committer
Richard Kreckel
<Richard.Kreckel@uni-mainz.de>
Sun, 9 Nov 2003 01:23:35 +0000
(
01:23
+0000)
check/time_lw_H.cpp
patch
|
blob
|
history
diff --git
a/check/time_lw_H.cpp
b/check/time_lw_H.cpp
index 83fdf80975c5d123824cef11173e3963480c85c8..44f886c7b9f12577dc39bfe39f712c55d6a96838 100644
(file)
--- a/
check/time_lw_H.cpp
+++ b/
check/time_lw_H.cpp
@@
-44,7
+44,7
@@
static unsigned test(unsigned n)
ex hilbdet = 1;
for (unsigned r=0; r<n; ++r)
- hilbdet *= pow(factorial(r),3)/(factorial(r+n));
+
hilbdet *= pow(factorial(r),3)/(factorial(r+n));
if (det != hilbdet) {
clog << "determinant of " << n << "x" << n << " erroneously returned " << det << endl;