mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Minor clean-up
This commit is contained in:
parent
47a12ec7b5
commit
d9d3d30cc7
@ -35,24 +35,6 @@ See the full license in the file "LICENSE" in the top level distribution directo
|
||||
namespace Grid {
|
||||
namespace QCD {
|
||||
|
||||
/*template<typename T> struct switcheroo {
|
||||
static inline int iscomplex() { return 0; }
|
||||
template<class vec>
|
||||
static inline vec mult(vec a, vec b){ return real_mult(a,b); }
|
||||
};
|
||||
|
||||
template<> struct switcheroo<ComplexD> {
|
||||
static inline int iscomplex() { return 1; }
|
||||
template<class vec>
|
||||
static inline vec mult(vec a, vec b){ return a*b; }
|
||||
};
|
||||
|
||||
template<> struct switcheroo<ComplexF> {
|
||||
static inline int iscomplex() { return 1; }
|
||||
template<class vec>
|
||||
static inline vec mult(vec a, vec b) { return a*b; }
|
||||
};*/
|
||||
|
||||
template<class Impl>
|
||||
class DomainWallEOFAFermion : public AbstractEOFAFermion<Impl>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user