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

Review changes

This commit is contained in:
Michael Marshall
2019-11-18 11:59:13 +00:00
parent 7bf42b9c0e
commit 18177d9709
5 changed files with 7 additions and 14 deletions

View File

@ -137,7 +137,7 @@ void TDistilVectors<FImpl>::setup(void)
simd_layout_3.push_back( 1 );
mpi_layout[Nd-1] = 1;
GridCartesian * const grid4d{env().getGrid()};
grid3d.reset(MakeLowerDimGrid(grid4d));
MakeLowerDimGrid(grid3d, grid4d);
envTmp(LatticeSpinColourVector, "source4d",1,LatticeSpinColourVector(grid4d));
envTmp(LatticeSpinColourVector, "source3d",1,LatticeSpinColourVector(grid3d.get()));
@ -170,7 +170,6 @@ void TDistilVectors<FImpl>::execute(void)
const int Nt_inv{ full_tdil ? 1 : dp.TI };
int vecindex;
int t_inv;
if (!RhoName.empty())
{
auto &rho = envGet(std::vector<FermionField>, RhoName);