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:
@ -166,6 +166,10 @@ namespace Grid {
|
||||
{
|
||||
exported=solution;
|
||||
};
|
||||
virtual void ExportPhysicalFermionSource(const FermionField &solution, FermionField &exported)
|
||||
{
|
||||
exported = solution;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user