mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-14 17:55:38 +00:00
Suppress warning on partial override
This commit is contained in:
parent
565b231c03
commit
655c79f39e
@ -40,6 +40,11 @@ public:
|
|||||||
|
|
||||||
INHERIT_GIMPL_TYPES(Gimpl);
|
INHERIT_GIMPL_TYPES(Gimpl);
|
||||||
|
|
||||||
|
using Action<GaugeField>::S;
|
||||||
|
using Action<GaugeField>::Sinitial;
|
||||||
|
using Action<GaugeField>::deriv;
|
||||||
|
using Action<GaugeField>::refresh;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
RealD c_plaq;
|
RealD c_plaq;
|
||||||
RealD c_rect;
|
RealD c_rect;
|
||||||
|
Loading…
Reference in New Issue
Block a user