mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 14:04:32 +00:00 
			
		
		
		
	Hadrons: precision fix
This commit is contained in:
		@@ -135,7 +135,7 @@ void TTwoPointNPR<SImpl>::execute(void)
 | 
			
		||||
{
 | 
			
		||||
    const unsigned int             nd   = env().getNd();
 | 
			
		||||
    const unsigned int             nl   = env().getDim(0);
 | 
			
		||||
    const double                   invV = 1./env().getVolume();
 | 
			
		||||
    const Real                     invV = 1./env().getVolume();
 | 
			
		||||
    FFT                            fft(env().getGrid());
 | 
			
		||||
    std::vector<TwoPointNPRResult> result;
 | 
			
		||||
    TwoPointNPRResult              twoPtp1, twoPtp2, twoPtDisc;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user