mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
closure improved
This commit is contained in:
parent
5791021dcd
commit
8807d998bc
@ -59,7 +59,7 @@ public:
|
||||
}
|
||||
static inline GaugeLinkField
|
||||
CovShiftIdentityBackward(const GaugeLinkField &Link, int mu) {
|
||||
return Cshift(closure(adj(Link)), mu, -1);
|
||||
return Cshift(adj(Link), mu, -1);
|
||||
}
|
||||
static inline GaugeLinkField
|
||||
CovShiftIdentityForward(const GaugeLinkField &Link, int mu) {
|
||||
|
Loading…
Reference in New Issue
Block a user