mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-25 05:05:56 +01:00
Bug fix must preserve "virtual"
This commit is contained in:
parent
6c506601c5
commit
036270a0c5
@ -141,11 +141,11 @@ public:
|
||||
void ImportGauge(const GaugeField &_Uthin, const GaugeField &_Ufat);
|
||||
void ImportGaugeSimple(const GaugeField &_UUU ,const GaugeField &_U);
|
||||
void ImportGaugeSimple(const DoubledGaugeField &_UUU,const DoubledGaugeField &_U);
|
||||
DoubledGaugeField &GetDoubledGaugeField(void){ return Umu; };
|
||||
DoubledGaugeField &GetDoubledGaugeFieldE(void){ return UmuEven; };
|
||||
DoubledGaugeField &GetDoubledGaugeFieldO(void){ return UmuOdd; };
|
||||
DoubledGaugeField &GetU(void) { return Umu ; } ;
|
||||
DoubledGaugeField &GetUUU(void) { return UUUmu; };
|
||||
virtual DoubledGaugeField &GetDoubledGaugeField(void) override { return Umu; };
|
||||
virtual DoubledGaugeField &GetDoubledGaugeFieldE(void) override { return UmuEven; };
|
||||
virtual DoubledGaugeField &GetDoubledGaugeFieldO(void) override { return UmuOdd; };
|
||||
virtual DoubledGaugeField &GetU(void) { return Umu ; } ;
|
||||
virtual DoubledGaugeField &GetUUU(void) { return UUUmu; };
|
||||
void CopyGaugeCheckerboards(void);
|
||||
|
||||
///////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user