diff --git a/lib/qcd/action/ActionParams.h b/lib/qcd/action/ActionParams.h index 55481bc2..cb4090a6 100644 --- a/lib/qcd/action/ActionParams.h +++ b/lib/qcd/action/ActionParams.h @@ -7,6 +7,8 @@ namespace QCD { // These can move into a params header and be given MacroMagic serialisation struct GparityWilsonImplParams { std::vector twists; + GparityWilsonImplParams () : twists(Nd,0) {}; + }; struct WilsonImplParams { };