From d9d3d30cc7334bdd7c046f6073b43e339dbabd21 Mon Sep 17 00:00:00 2001 From: David Murphy Date: Wed, 16 Aug 2017 20:57:51 -0400 Subject: [PATCH] Minor clean-up --- lib/qcd/action/fermion/DomainWallEOFAFermion.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/lib/qcd/action/fermion/DomainWallEOFAFermion.h b/lib/qcd/action/fermion/DomainWallEOFAFermion.h index d48e3b8f..5362cda8 100644 --- a/lib/qcd/action/fermion/DomainWallEOFAFermion.h +++ b/lib/qcd/action/fermion/DomainWallEOFAFermion.h @@ -35,24 +35,6 @@ See the full license in the file "LICENSE" in the top level distribution directo namespace Grid { namespace QCD { - /*template struct switcheroo { - static inline int iscomplex() { return 0; } - template - static inline vec mult(vec a, vec b){ return real_mult(a,b); } - }; - - template<> struct switcheroo { - static inline int iscomplex() { return 1; } - template - static inline vec mult(vec a, vec b){ return a*b; } - }; - - template<> struct switcheroo { - static inline int iscomplex() { return 1; } - template - static inline vec mult(vec a, vec b) { return a*b; } - };*/ - template class DomainWallEOFAFermion : public AbstractEOFAFermion {