mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	fixed contraction issue
This commit is contained in:
		@@ -261,8 +261,9 @@ void TBContraction<FImpl>::execute(void)
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    BFieldIO BField_save;
 | 
			
		||||
#ifdef FELIX_ISSUE
 | 
			
		||||
    BField_save.BField = BField3;
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
  std::string filename ="./" + output + ".h5"; 
 | 
			
		||||
  std::cout << "Writing to file " << filename << std::endl;
 | 
			
		||||
  Hdf5Writer writer(filename);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user