From 2c2112e152456a8d8028b2d33ce92d00e00828ad Mon Sep 17 00:00:00 2001 From: Azusa Yamaguchi Date: Sun, 14 Jun 2015 00:49:26 +0100 Subject: [PATCH] TensorRemove not needed now --- tests/Test_gamma.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Test_gamma.cc b/tests/Test_gamma.cc index bae77ecc..118362e4 100644 --- a/tests/Test_gamma.cc +++ b/tests/Test_gamma.cc @@ -95,7 +95,7 @@ int main (int argc, char ** argv) for(int mu=0;mu<6;mu++){ result = Gamma(g[mu])* ident * Gamma(g[mu]); result = result - ident; - double mag = TensorRemove(norm2(result)); + RealD mag = norm2(result); std::cout << list[mu]<<" " << mag<