1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 04:37:05 +01:00

Debugging Smearing routines (set_fj)

This commit is contained in:
2016-04-06 17:58:43 +09:00
parent 7c7ea35ffb
commit 97d0d56bcb
6 changed files with 51 additions and 24 deletions

View File

@ -189,7 +189,7 @@ namespace Grid{
assert(DenOp.ConstEE() == 1);
//dSdU = -Ta(dSdU);
dSDu = -dSdU;
dSdU = -dSdU;
};
};