From 5dae6a6dacc73752f6bd6bc0440db73656da4391 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Tue, 14 Sep 2021 15:06:59 +0100 Subject: [PATCH] Deprecate half prec comms --- tests/Test_dwf_mixedcg_prec_halfcomms.cc | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/tests/Test_dwf_mixedcg_prec_halfcomms.cc b/tests/Test_dwf_mixedcg_prec_halfcomms.cc index 8b0126dc..ff52b0d1 100644 --- a/tests/Test_dwf_mixedcg_prec_halfcomms.cc +++ b/tests/Test_dwf_mixedcg_prec_halfcomms.cc @@ -29,19 +29,12 @@ Author: Peter Boyle using namespace std; using namespace Grid; - ; -template -struct scal { - d internal; -}; +#if 1 +int main (int argc, char ** argv) {} + +#else - Gamma::Algebra Gmu [] = { - Gamma::Algebra::GammaX, - Gamma::Algebra::GammaY, - Gamma::Algebra::GammaZ, - Gamma::Algebra::GammaT - }; int main (int argc, char ** argv) { @@ -124,3 +117,4 @@ int main (int argc, char ** argv) Grid_finalize(); } +#endif