]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_O.cpp
- pass $CXXFLAGS down to makecint.
[ginac.git] / check / time_lw_O.cpp
index c6af8c8c2753949049d708944df9e27ef62b5836..d0376ad1efa84232f6a667e1885e94e599b2b50c 100644 (file)
@@ -92,7 +92,7 @@ static unsigned test1(void)
     unsigned nops3 = nops(d3.determinant());  cout << '.' << flush;
     
     if ((nops1 != 37490) || (nops2 != 37490) || (nops3 != 37490)) {
-        clog << "Determinant from van der Waerden's example were miscalculated" << endl;
+        clog << "Determinants were miscalculated" << endl;
         return 1;
     }
     return 0;