]> www.ginac.de Git - ginac.git/blobdiff - check/check_lsolve.cpp
* New funny timing added: compute an antipode in Yukawa theory.
[ginac.git] / check / check_lsolve.cpp
index 4a84a13c13b54555fd359ec2b63ed6bd632c94e4..4ad320346df1dd126ddd4cc7e7f0c8eacd9dee3a 100644 (file)
@@ -4,7 +4,7 @@
  *  symbolic equations. */
 
 /*
- *  GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2001 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
@@ -82,9 +82,9 @@ static unsigned check_matrix_solve(unsigned m, unsigned n, unsigned p,
        }
        if (errorflag) {
                clog << "Our solve method claims that A*X==B, with matrices" << endl
-                        << "A == " << A << endl
-                        << "X == " << sol << endl
-                        << "B == " << B << endl;
+                    << "A == " << A << endl
+                    << "X == " << sol << endl
+                    << "B == " << B << endl;
                return 1;
        }
        
@@ -146,7 +146,7 @@ static unsigned check_inifcns_lsolve(unsigned n)
                        if (errorflag) {
                                ++result;
                                clog << "solution of the system " << eqns << " for " << vars
-                                        << " erroneously returned " << sol << endl;
+                                    << " erroneously returned " << sol << endl;
                        }
                }
        }