mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 23:37:06 +01:00
_grid becomes private ; use Grid()§
This commit is contained in:
@ -173,7 +173,7 @@ public:
|
||||
FermionField Y(NumOp.FermionRedBlackGrid());
|
||||
|
||||
// This assignment is necessary to be compliant with the HMC grids
|
||||
GaugeField force(dSdU._grid);
|
||||
GaugeField force(dSdU.Grid());
|
||||
|
||||
//Y=Vdag phi
|
||||
//X = (Mdag M)^-1 V^dag phi
|
||||
|
Reference in New Issue
Block a user