Reverting whitespace changes

This commit is contained in:
Mashy Green
2025-02-17 17:16:28 +00:00
parent e99d42404e
commit 7726ee4b16
2 changed files with 20 additions and 17 deletions
+7 -4
View File
@@ -318,8 +318,11 @@ public:
//
staple += Gimpl::ShiftStaple(
Gimpl::CovShiftForward(Umu[nu], nu,
Gimpl::CovShiftBackward(Umu[mu], mu, Gimpl::CovShiftIdentityBackward(Umu[nu], nu))), mu);
Gimpl::CovShiftForward(
U[nu], nu,
Gimpl::CovShiftBackward(
U[mu], mu, Gimpl::CovShiftIdentityBackward(U[nu], nu))),
mu);
// __
// |
@@ -328,8 +331,8 @@ public:
//
staple += Gimpl::ShiftStaple(
Gimpl::CovShiftBackward(Umu[nu], nu,
Gimpl::CovShiftBackward(Umu[mu], mu, Umu[nu])), mu);
Gimpl::CovShiftBackward(U[nu], nu,
Gimpl::CovShiftBackward(U[mu], mu, U[nu])), mu);
}
}
}