mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-14 22:07:05 +01:00
Virtual fix
This commit is contained in:
@ -167,6 +167,9 @@ public:
|
|||||||
void ImportGaugeSimple(const DoubledGaugeField &_UUU,const DoubledGaugeField &_U);
|
void ImportGaugeSimple(const DoubledGaugeField &_UUU,const DoubledGaugeField &_U);
|
||||||
// Give a reference; can be used to do an assignment or copy back out after import
|
// Give a reference; can be used to do an assignment or copy back out after import
|
||||||
// if Carleton wants to cache them and not use the ImportSimple
|
// if Carleton wants to cache them and not use the ImportSimple
|
||||||
|
virtual DoubledGaugeField &GetDoubledGaugeField(void) override { return Umu; };
|
||||||
|
virtual DoubledGaugeField &GetDoubledGaugeFieldE(void) override { return UmuEven; };
|
||||||
|
virtual DoubledGaugeField &GetDoubledGaugeFieldO(void) override { return UmuOdd; };
|
||||||
DoubledGaugeField &GetU(void) { return Umu ; } ;
|
DoubledGaugeField &GetU(void) { return Umu ; } ;
|
||||||
DoubledGaugeField &GetUUU(void) { return UUUmu; };
|
DoubledGaugeField &GetUUU(void) { return UUUmu; };
|
||||||
void CopyGaugeCheckerboards(void);
|
void CopyGaugeCheckerboards(void);
|
||||||
|
Reference in New Issue
Block a user