mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-24 12:45:56 +01:00
Doubled GaugeField option
This commit is contained in:
parent
5d3046eae8
commit
3b8cb929d6
@ -160,6 +160,9 @@ public:
|
|||||||
|
|
||||||
// DoubleStore impl dependent
|
// DoubleStore impl dependent
|
||||||
void ImportGauge(const GaugeField &_Umu);
|
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
|
// Data members require to support the functionality
|
||||||
|
Loading…
x
Reference in New Issue
Block a user