1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-08-02 12:47:07 +01:00

Hadrons: code cleaning

This commit is contained in:
2016-05-12 12:49:49 +01:00
parent 3d75e0f0d1
commit 5c06e89d69
4 changed files with 14 additions and 10 deletions

View File

@@ -93,11 +93,9 @@ void MQuark::execute(void)
{
PropToFerm(tmp, fullSrc, s, c);
InsertSlice(source, tmp, 0, 0);
InsertSlice(source, tmp, Ls_ - 1, 0);
axpby_ssp_pplus(source, 0., source, 1., source,
0, 0);
axpby_ssp_pminus(source, 0., source, 1., source,
Ls_ - 1, Ls_ - 1);
InsertSlice(source, tmp, Ls_-1, 0);
axpby_ssp_pplus(source, 0., source, 1., source, 0, 0);
axpby_ssp_pminus(source, 0., source, 1., source, Ls_-1, Ls_-1);
}
}
// source conversion for 5D sources