X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fexam_polygcd.cpp;h=864248d876d1f36dec8c0b804e6c86999784d9cd;hp=5680bec0307ea12e6da16414e6b4e29a3251967d;hb=f263f768cf609ae8c0899560449f235a6d408193;hpb=af922d5eb36ed70e4a9e3ffaf4c24492cf89a1a6 diff --git a/check/exam_polygcd.cpp b/check/exam_polygcd.cpp index 5680bec0..864248d8 100644 --- a/check/exam_polygcd.cpp +++ b/check/exam_polygcd.cpp @@ -4,7 +4,7 @@ * rational function normalization in normalization.cpp. */ /* - * 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 @@ -236,7 +236,7 @@ unsigned exam_polygcd(void) result += poly_gcd1(); cout << '.' << flush; result += poly_gcd2(); cout << '.' << flush; result += poly_gcd3(); cout << '.' << flush; - result += poly_gcd3p(); cout << '.' << flush; // takes extremely long (PRS "worst" case) + result += poly_gcd3p(); cout << '.' << flush; // PRS "worst" case result += poly_gcd4(); cout << '.' << flush; result += poly_gcd5(); cout << '.' << flush; result += poly_gcd5p(); cout << '.' << flush;