From 5e96d6d04c53feb383d98ae0312ea652082f1e79 Mon Sep 17 00:00:00 2001 From: paboyle Date: Wed, 27 Jun 2018 21:27:11 +0100 Subject: [PATCH] Keep CUDA happy --- lib/qcd/utils/SUn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/qcd/utils/SUn.h b/lib/qcd/utils/SUn.h index efa8572f..d487882c 100644 --- a/lib/qcd/utils/SUn.h +++ b/lib/qcd/utils/SUn.h @@ -622,7 +622,7 @@ public: LatticeMatrixType lie(grid); LatticeMatrixType la(grid); ComplexD ci(0.0, scale); - ComplexD cone(1.0, 0.0); + // ComplexD cone(1.0, 0.0); MatrixType ta; lie = Zero();