diff --git a/Grid/qcd/action/fermion/WilsonFermion.h b/Grid/qcd/action/fermion/WilsonFermion.h index dadfc360..74bfd3bf 100644 --- a/Grid/qcd/action/fermion/WilsonFermion.h +++ b/Grid/qcd/action/fermion/WilsonFermion.h @@ -160,7 +160,10 @@ public: // DoubleStore impl dependent 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 ///////////////////////////////////////////////////////////////