mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
Create a benign default for gparity twists
This commit is contained in:
parent
491a708225
commit
1e68b1c1bd
@ -7,6 +7,8 @@ namespace QCD {
|
|||||||
// These can move into a params header and be given MacroMagic serialisation
|
// These can move into a params header and be given MacroMagic serialisation
|
||||||
struct GparityWilsonImplParams {
|
struct GparityWilsonImplParams {
|
||||||
std::vector<int> twists;
|
std::vector<int> twists;
|
||||||
|
GparityWilsonImplParams () : twists(Nd,0) {};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct WilsonImplParams { };
|
struct WilsonImplParams { };
|
||||||
|
Loading…
Reference in New Issue
Block a user