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