X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_antipode.cpp;h=d618fabed94b1da3634ef2df1b4dc48e7c583f2f;hp=524aa063fb37882340ec532ab25462eb48f437a0;hb=e31f4ca5848e18328d5263cea5a5a640d27a247d;hpb=3d1f7259f395678dd809f2e8be67ef2d7b5b3997 diff --git a/check/time_antipode.cpp b/check/time_antipode.cpp index 524aa063..d618fabe 100644 --- a/check/time_antipode.cpp +++ b/check/time_antipode.cpp @@ -455,7 +455,7 @@ static unsigned test_tree(const node tree_generator(unsigned)) // ...the sum, when evaluated and reexpanded, is the antipode... ex result = 0; for (vector::iterator i=counter.begin(); i!=counter.end(); ++i) - result = (result+i->evaluate(x,vertices)).series(x==0,vertices).expand(); + result = (result+i->evaluate(x,vertices-1)).series(x==0,vertices-1).expand(); // ...and has the nice property that in each term all the Eulers cancel: if (result.has(Euler)) {