1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-06-23 20:23:17 +01:00

Fixing after revering too much!

This commit is contained in:
Mashy Green
2025-02-17 17:32:27 +00:00
parent 7726ee4b16
commit d2dd8f54e2
2 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -319,9 +319,9 @@ public:
staple += Gimpl::ShiftStaple(
Gimpl::CovShiftForward(
U[nu], nu,
Umu[nu], nu,
Gimpl::CovShiftBackward(
U[mu], mu, Gimpl::CovShiftIdentityBackward(U[nu], nu))),
Umu[mu], mu, Gimpl::CovShiftIdentityBackward(Umu[nu], nu))),
mu);
// __
@@ -331,8 +331,8 @@ public:
//
staple += Gimpl::ShiftStaple(
Gimpl::CovShiftBackward(U[nu], nu,
Gimpl::CovShiftBackward(U[mu], mu, U[nu])), mu);
Gimpl::CovShiftBackward(Umu[nu], nu,
Gimpl::CovShiftBackward(Umu[mu], mu, Umu[nu])), mu);
}
}
}