mirror of
https://github.com/paboyle/Grid.git
synced 2025-12-21 13:14:29 +00:00
_grid becomes private ; use Grid()§
This commit is contained in:
@@ -199,7 +199,7 @@ public:
|
||||
const typename SU<ncolour>::LatticeAlgebraVector &h,
|
||||
LatticeTwoIndexMatrix &out, Real scale = 1.0) {
|
||||
conformable(h, out);
|
||||
GridBase *grid = out._grid;
|
||||
GridBase *grid = out.Grid();
|
||||
LatticeTwoIndexMatrix la(grid);
|
||||
TIMatrix i2indTa;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user