From 1e68b1c1bdbb7eece3d46f18331128d347427593 Mon Sep 17 00:00:00 2001 From: paboyle Date: Sat, 2 Jan 2016 14:06:53 +0000 Subject: [PATCH] Create a benign default for gparity twists --- lib/qcd/action/ActionParams.h | 2 ++ 1 file changed, 2 insertions(+) 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 { };