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

Debugging shGordon, works

This commit is contained in:
Guido Cossu
2018-01-19 09:52:45 +00:00
parent 422dbc80cd
commit f61c241c18
3 changed files with 14 additions and 7 deletions

View File

@ -116,6 +116,7 @@ class Integrator {
for (int a = 0; a < as[level].actions.size(); ++a) {
Field force(U._grid);
force = zero;
conformable(U._grid, Mom._grid);
Field& Us = Smearer.get_U(as[level].actions.at(a)->is_smeared);
as[level].actions.at(a)->deriv(Us, force); // deriv should NOT include Ta