1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 17:25:37 +01:00
This commit is contained in:
paboyle 2018-01-14 22:53:13 +00:00
parent c2b0e0269a
commit 75207fa010

View File

@ -31,8 +31,7 @@ directory
#include "GaugeImplTypes.h" #include "GaugeImplTypes.h"
namespace Grid { NAMESPACE_BEGIN(Grid);
namespace QCD {
// Composition with smeared link, bc's etc.. probably need multiple inheritance // Composition with smeared link, bc's etc.. probably need multiple inheritance
// Variable precision "S" and variable Nc // Variable precision "S" and variable Nc
@ -141,8 +140,6 @@ typedef ConjugateGaugeImpl<GimplTypesR> ConjugateGimplR; // Real.. whichever pre
typedef ConjugateGaugeImpl<GimplTypesF> ConjugateGimplF; // Float typedef ConjugateGaugeImpl<GimplTypesF> ConjugateGimplF; // Float
typedef ConjugateGaugeImpl<GimplTypesD> ConjugateGimplD; // Double typedef ConjugateGaugeImpl<GimplTypesD> ConjugateGimplD; // Double
NAMESPACE_END(Grid);
}
}
#endif #endif