X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fexam_normalization.cpp;h=02f2a8217fc889b723749754ea0fd148cd4fc176;hp=50d717dabc3e767b9c0fbde27889cc81214f37a7;hb=1d07d8ac9fb47c51aa19a84df6c8c5fee5dd5105;hpb=af922d5eb36ed70e4a9e3ffaf4c24492cf89a1a6 diff --git a/check/exam_normalization.cpp b/check/exam_normalization.cpp index 50d717da..02f2a821 100644 --- a/check/exam_normalization.cpp +++ b/check/exam_normalization.cpp @@ -3,7 +3,7 @@ * Rational function normalization test suite. */ /* - * GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2003 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;