X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_antipode.cpp;h=43d4da493b5d16dc01592aa307a52ace8e00e6c8;hp=712b90be7beda16fce368809bbba0a7d3d749bdb;hb=6a289cac851857096561ee8ecb32ee4ba8a28ac4;hpb=700d165756c3dcabc0f6c6a2861f47b485d6e19b diff --git a/check/time_antipode.cpp b/check/time_antipode.cpp index 712b90be..43d4da49 100644 --- a/check/time_antipode.cpp +++ b/check/time_antipode.cpp @@ -464,8 +464,10 @@ static unsigned test_tree(const node (*tree_generator)(unsigned=0)) return 1; } else if (result.ldegree(x)!=-vertices || result.degree(x)!=0) { clog << "The antipode was miscalculated\nAntipode==" << result - << "\nshould run from x^(" << -vertices << ") to x^(0) but it runs from x^(" - << result.ldegree(x) << ") to x^(" << result.degree(x) << ")" << endl; + << "\nshould run from " << x << "^(" << -vertices << ") to " + << x << "^(0)" << "but it runs from " << x << "^(" + << result.ldegree(x) << ")" << "to " << x << "^(" + << result.degree(x) << ")" << endl; return 1; } return 0;