]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_H.cpp
Fixed log-patch.
[ginac.git] / check / time_lw_H.cpp
index 83fdf80975c5d123824cef11173e3963480c85c8..c9e30c0080710c3b47074d43e97f7a1bb5fac4a5 100644 (file)
@@ -4,7 +4,7 @@
  *  Lewis and Michael Wester. */
 
 /*
- *  GiNaC Copyright (C) 1999-2003 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2004 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -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;