mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-12 20:27:06 +01:00
Create a benign default for gparity twists
This commit is contained in:
@ -7,6 +7,8 @@ namespace QCD {
|
||||
// These can move into a params header and be given MacroMagic serialisation
|
||||
struct GparityWilsonImplParams {
|
||||
std::vector<int> twists;
|
||||
GparityWilsonImplParams () : twists(Nd,0) {};
|
||||
|
||||
};
|
||||
|
||||
struct WilsonImplParams { };
|
||||
|
Reference in New Issue
Block a user