1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 01:05:38 +01:00

Create a benign default for gparity twists

This commit is contained in:
paboyle 2016-01-02 14:06:53 +00:00
parent 491a708225
commit 1e68b1c1bd

View File

@ -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 { };