mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
fixed contraction issue
This commit is contained in:
commit
8ce7ebdca3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user