From 5d367bab52f2b6c1f086df3de7e6a9ee9b1ac57a Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Thu, 18 Jul 2002 20:08:09 +0000 Subject: [PATCH] synced to 1.0 --- check/exam_clifford.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check/exam_clifford.cpp b/check/exam_clifford.cpp index 2dae18fa..73aa132b 100644 --- a/check/exam_clifford.cpp +++ b/check/exam_clifford.cpp @@ -156,7 +156,7 @@ static unsigned clifford_check3(void) + dim * dirac_gamma5() * dirac_gamma(nu) * dirac_gamma(rho) * dirac_gamma(sig) * dirac_gamma(kap); e = dirac_trace(e).simplify_indexed(); e = (e / (dim - 4)).normal(); - result += check_equal(e, 8 * I * eps0123(nu, rho, sig, kap)); + result += check_equal(e, 8 * I * lorentz_eps(nu.replace_dim(4), rho.replace_dim(4), sig.replace_dim(4), kap.replace_dim(4))); // one-loop vacuum polarization in QED e = dirac_gamma(mu) * -- 2.47.0