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<