mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-24 12:45: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 ImportGauge(const GaugeField &_Uthin, const GaugeField &_Ufat);
|
||||||
void ImportGaugeSimple(const GaugeField &_UUU ,const GaugeField &_U);
|
void ImportGaugeSimple(const GaugeField &_UUU ,const GaugeField &_U);
|
||||||
void ImportGaugeSimple(const DoubledGaugeField &_UUU,const DoubledGaugeField &_U);
|
void ImportGaugeSimple(const DoubledGaugeField &_UUU,const DoubledGaugeField &_U);
|
||||||
DoubledGaugeField &GetDoubledGaugeField(void){ return Umu; };
|
virtual DoubledGaugeField &GetDoubledGaugeField(void) override { return Umu; };
|
||||||
DoubledGaugeField &GetDoubledGaugeFieldE(void){ return UmuEven; };
|
virtual DoubledGaugeField &GetDoubledGaugeFieldE(void) override { return UmuEven; };
|
||||||
DoubledGaugeField &GetDoubledGaugeFieldO(void){ return UmuOdd; };
|
virtual DoubledGaugeField &GetDoubledGaugeFieldO(void) override { return UmuOdd; };
|
||||||
DoubledGaugeField &GetU(void) { return Umu ; } ;
|
virtual DoubledGaugeField &GetU(void) { return Umu ; } ;
|
||||||
DoubledGaugeField &GetUUU(void) { return UUUmu; };
|
virtual DoubledGaugeField &GetUUU(void) { return UUUmu; };
|
||||||
void CopyGaugeCheckerboards(void);
|
void CopyGaugeCheckerboards(void);
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user