1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-18 07:47:06 +01:00

Begin fixes for single precision

This commit is contained in:
Michael Marshall
2019-03-25 20:40:05 +00:00
parent 625a97a466
commit 8502660023
3 changed files with 3 additions and 3 deletions

View File

@ -146,7 +146,7 @@ inline void SliceShare( GridBase * gridLowDim, GridBase * gridHighDim, void * Bu
*************************************************************************************/
template<typename Field, typename GaugeField=LatticeGaugeFieldD>
template<typename Field, typename GaugeField=LatticeGaugeField>
class LinOpPeardonNabla : public LinearOperatorBase<Field>, public LinearFunction<Field> {
typedef typename GaugeField::vector_type vCoeff_t;
protected: // I don't really mind if _gf is messed with ... so make this public?