mirror of
https://github.com/paboyle/Grid.git
synced 2026-01-06 18:09:33 +00:00
Review changes
This commit is contained in:
@@ -99,7 +99,7 @@ std::vector<std::string> TPerambulator<FImpl>::getOutput(void)
|
||||
template <typename FImpl>
|
||||
void TPerambulator<FImpl>::setup(void)
|
||||
{
|
||||
grid3d.reset( MakeLowerDimGrid( env().getGrid() ) );
|
||||
MakeLowerDimGrid(grid3d, env().getGrid());
|
||||
const DistilParameters &dp = envGet(DistilParameters, par().DistilParams);
|
||||
const int Nt{env().getDim(Tdir)};
|
||||
const bool full_tdil{ dp.TI == Nt };
|
||||
|
||||
Reference in New Issue
Block a user