]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_H.cpp
* Indentation^WAligment fix. ;-)
[ginac.git] / check / time_lw_H.cpp
index 83fdf80975c5d123824cef11173e3963480c85c8..44f886c7b9f12577dc39bfe39f712c55d6a96838 100644 (file)
@@ -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;