mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-03 21:44:33 +00:00 
			
		
		
		
	Ensure Distillation test (Test_distil) works
This commit is contained in:
		@@ -233,7 +233,6 @@ void TDistilVectors<FImpl>::execute(void)
 | 
			
		||||
  const int Ntlocal{ grid4d->LocalDimensions()[3] };
 | 
			
		||||
  const int Ntfirst{ grid4d->LocalStarts()[3] };
 | 
			
		||||
 | 
			
		||||
  const int Ns{ Ns };
 | 
			
		||||
  const int Nt{ env().getDim(Tdir) };
 | 
			
		||||
  const int TI{ Hadrons::MDistil::DistilParameters::ParameterDefault( par().TI, Nt, false ) };
 | 
			
		||||
  const int LI{ static_cast<int>( perambulator.tensor.dimension(2) ) };
 | 
			
		||||
 
 | 
			
		||||
@@ -110,7 +110,6 @@ template <typename FImpl>
 | 
			
		||||
void TNoises<FImpl>::setup(void)
 | 
			
		||||
{
 | 
			
		||||
  const int Nt{env().getDim(Tdir)};
 | 
			
		||||
  //const int Ns{Grid::Ns};
 | 
			
		||||
  const int nnoise{par().nnoise};
 | 
			
		||||
  const int nvec{par().nvec};
 | 
			
		||||
  const int TI{ Hadrons::MDistil::DistilParameters::ParameterDefault( par().TI, Nt, true) };
 | 
			
		||||
@@ -123,7 +122,6 @@ template <typename FImpl>
 | 
			
		||||
void TNoises<FImpl>::execute(void)
 | 
			
		||||
{
 | 
			
		||||
  const int Nt{env().getDim(Tdir)};
 | 
			
		||||
  //const int Ns{Grid::Ns};
 | 
			
		||||
  const int nnoise{par().nnoise};
 | 
			
		||||
  const int nvec{par().nvec};
 | 
			
		||||
  const int TI{ Hadrons::MDistil::DistilParameters::ParameterDefault( par().TI, Nt, false) };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user