From 21af9cf83c823b85ffde173979892a69adf9e1e6 Mon Sep 17 00:00:00 2001 From: Quadro Date: Tue, 25 May 2021 18:16:37 -0400 Subject: [PATCH] GetDoubledGaugeField --- Grid/qcd/action/fermion/WilsonFermion5D.h | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/Grid/qcd/action/fermion/WilsonFermion5D.h b/Grid/qcd/action/fermion/WilsonFermion5D.h index 859af04e..096c9232 100644 --- a/Grid/qcd/action/fermion/WilsonFermion5D.h +++ b/Grid/qcd/action/fermion/WilsonFermion5D.h @@ -181,19 +181,11 @@ public: GridRedBlackCartesian &FourDimRedBlackGrid, double _M5,const ImplParams &p= ImplParams()); - // Constructors - /* - WilsonFermion5D(int simd, - GaugeField &_Umu, - GridCartesian &FiveDimGrid, - GridRedBlackCartesian &FiveDimRedBlackGrid, - GridCartesian &FourDimGrid, - double _M5,const ImplParams &p= ImplParams()); - */ - // DoubleStore void ImportGauge(const GaugeField &_Umu); - + DoubledGaugeField &GetDoubledGaugeField(void){ return Umu; }; + DoubledGaugeField &GetDoubledGaugeFieldE(void){ return UmuEven; }; + DoubledGaugeField &GetDoubledGaugeFieldO(void){ return UmuOdd; }; /////////////////////////////////////////////////////////////// // Data members require to support the functionality ///////////////////////////////////////////////////////////////