]> www.ginac.de Git - ginac.git/blobdiff - check/time_vandermonde.cpp
- fixed three little standard-conformance issues.
[ginac.git] / check / time_vandermonde.cpp
index 69f8934a44d66801f5839928c157d598123e7a0b..f878b0b886ddc398355b836d97e694852838e61e 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 /*
  */
 
 /*
- *  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
  *
  *  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
@@ -48,8 +48,8 @@ static unsigned vandermonde_det(unsigned size)
        // dirty consistency check of result:
        if (!vdet.subs(a==1).is_zero()) {
                clog << "Determaint of Vandermonde matrix " << endl
        // dirty consistency check of result:
        if (!vdet.subs(a==1).is_zero()) {
                clog << "Determaint of Vandermonde matrix " << endl
-                        << "M==" << M << endl
-                        << "was miscalculated: det(M)==" << vdet << endl;
+                    << "M==" << M << endl
+                    << "was miscalculated: det(M)==" << vdet << endl;
                ++result;
        }
        
                ++result;
        }