1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

View typedefs go to OperatorImpl

This commit is contained in:
Peter Boyle 2018-03-24 19:32:11 -04:00
parent 5412628ea6
commit e6cf0b1e17

View File

@ -46,10 +46,6 @@ public:
INHERIT_IMPL_TYPES(Impl);
typedef FermionOperator<Impl> Base;
typedef typename ViewMap<FermionField>::Type FermionFieldView;
typedef typename ViewMap<DoubledGaugeField>::Type DoubledGaugeFieldView;
public: