mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 15:27:06 +01:00
_grid becomes private ; use Grid()§
This commit is contained in:
@ -114,7 +114,7 @@ public:
|
||||
const typename SU<ncolour>::LatticeAlgebraVector &h,
|
||||
LatticeAdjMatrix &out, Real scale = 1.0) {
|
||||
conformable(h, out);
|
||||
GridBase *grid = out._grid;
|
||||
GridBase *grid = out.Grid();
|
||||
LatticeAdjMatrix la(grid);
|
||||
AMatrix iTa;
|
||||
|
||||
|
Reference in New Issue
Block a user