]> www.ginac.de Git - ginac.git/blobdiff - check/exam_normalization.cpp
documentation update
[ginac.git] / check / exam_normalization.cpp
index 50d717dabc3e767b9c0fbde27889cc81214f37a7..3a73e47ba97b0c6da9b90021a80eaa1d8121dfbd 100644 (file)
@@ -3,7 +3,7 @@
  *  Rational function normalization test suite. */
 
 /*
  *  Rational function normalization test suite. */
 
 /*
- *  GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2002 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
@@ -29,7 +29,7 @@ static unsigned check_normal(const ex &e, const ex &d)
        ex en = e.normal();
        if (en.compare(d) != 0) {
                clog << "normal form of " << e << " erroneously returned "
        ex en = e.normal();
        if (en.compare(d) != 0) {
                clog << "normal form of " << e << " erroneously returned "
-                        << en << " (should be " << d << ")" << endl;
+                    << en << " (should be " << d << ")" << endl;
                return 1;
        }
        return 0;
                return 1;
        }
        return 0;