1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-20 16:56:55 +01:00

Inclusion of ExportPhysicalFermionSource that fixes a bug in the low mode w vectors

This commit is contained in:
fionnoh
2018-07-20 15:45:43 +01:00
parent cecee1ef2c
commit 7dfd3cdae8
4 changed files with 18 additions and 1 deletions

View File

@ -166,6 +166,10 @@ namespace Grid {
{
exported=solution;
};
virtual void ExportPhysicalFermionSource(const FermionField &solution, FermionField &exported)
{
exported = solution;
};
};
}