1
0
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:
Felix Erben 2019-05-17 10:52:55 +01:00
commit 8ce7ebdca3

View File

@ -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);