]> www.ginac.de Git - ginac.git/blobdiff - check/exam_normalization.cpp
- renamed configure.in to configure.ac as suggested in the autoconf docs
[ginac.git] / check / exam_normalization.cpp
index 50d717dabc3e767b9c0fbde27889cc81214f37a7..1b5f4785aad6ba771b5389079c0f87ee74d3b550 100644 (file)
@@ -3,7 +3,7 @@
  *  Rational function normalization test suite. */
 
 /*
- *  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
@@ -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 "
-                        << en << " (should be " << d << ")" << endl;
+                    << en << " (should be " << d << ")" << endl;
                return 1;
        }
        return 0;