mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-25 05:05:56 +01:00
GetDoubledGaugeField
This commit is contained in:
parent
59584b6605
commit
d73063682e
@ -135,6 +135,9 @@ public:
|
||||
|
||||
// DoubleStore impl dependent
|
||||
void ImportGauge (const GaugeField &_U );
|
||||
DoubledGaugeField &GetDoubledGaugeField(void){ return Umu; };
|
||||
DoubledGaugeField &GetDoubledGaugeFieldE(void){ return UmuEven; };
|
||||
DoubledGaugeField &GetDoubledGaugeFieldO(void){ return UmuOdd; };
|
||||
DoubledGaugeField &GetU(void) { return Umu ; } ;
|
||||
void CopyGaugeCheckerboards(void);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user