From 882ddd98da749458e15d31f0eb261feb3ff8f9f1 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Sun, 4 Jul 2004 15:03:52 +0000 Subject: [PATCH] dirac_slash() called the wrong clifford constructor --- ginac/clifford.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ginac/clifford.cpp b/ginac/clifford.cpp index ba5d3398..2a78d1a3 100644 --- a/ginac/clifford.cpp +++ b/ginac/clifford.cpp @@ -685,7 +685,7 @@ ex dirac_slash(const ex & e, const ex & dim, unsigned char rl) // Slashed vectors are actually stored as a clifford object with the // vector as its base expression and a (dummy) index that just serves // for storing the space dimensionality - return clifford(e, varidx(0, dim), rl); + return clifford(e, varidx(0, dim), default_metric(), rl); } /** Check whether a given tinfo key (as returned by return_type_tinfo() -- 2.44.0