From: Christian Bauer Date: Wed, 27 Jun 2001 00:25:55 +0000 (+0000) Subject: adjusted for the fact that "A + c" is now rejected by add::eval if A is X-Git-Tag: release_0-9-1~10 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=eaaba68453c2863a12244a532db4455d1fc41a7a;hp=4977567ad26b0eb5aef4e0fa0facf050a72754f6 adjusted for the fact that "A + c" is now rejected by add::eval if A is noncommutative and c is a numeric --- diff --git a/check/exam_archive.cpp b/check/exam_archive.cpp index c01bb15b..2566a543 100644 --- a/check/exam_archive.cpp +++ b/check/exam_archive.cpp @@ -48,8 +48,7 @@ unsigned exam_archive(void) + dirac_gamma(varidx(mu, dim)) * dirac_gamma(varidx(mu, 4-dim, true)) * color_T(idx(x, 8), 1) * color_h(idx(x, 8), idx(y, 8), idx(2, 8)) * indexed(x, sy_anti(), idx(2*y+1, x), varidx(-mu, 5)) - - 2 * spinor_metric(spinidx(x), spinidx(y)) - + 0.775; + - 2.4275 * spinor_metric(spinidx(x), spinidx(y)); archive ar; ar.archive_ex(e, "expr 1");