]> www.ginac.de Git - ginac.git/blobdiff - check/check_lsolve.cpp
- Duh, we had some style discussion again...
[ginac.git] / check / check_lsolve.cpp
index 4a84a13c13b54555fd359ec2b63ed6bd632c94e4..80bfdc1283ec4863b4eb5a2e74fa2b8f468707f7 100644 (file)
@@ -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;
                        }
                }
        }