Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1e78803ea251
Choose a base ref
...
head repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fde2f2d8ff98
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 28, 2019

  1. Fix an error found by Clang.

    pleroy committed Dec 28, 2019
    Copy the full SHA
    9b68ebb View commit details
  2. Merge pull request #2415 from pleroy/Clang

    Fix an error found by Clang
    pleroy authored Dec 28, 2019
    Copy the full SHA
    fde2f2d View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 geometry/permutation_body.hpp
2 changes: 1 addition & 1 deletion geometry/permutation_body.hpp
Original file line number Diff line number Diff line change
@@ -167,7 +167,7 @@ Permutation<FromFrame, ToFrame> operator*(
/*YXZ*/ {O::YXZ, O::ZYX, O::XZY, E::ZXY, E::YZX, E::XYZ},
}};

return Result(static_cast<Result::CoordinatePermutation>(
return Result(static_cast<typename Result::CoordinatePermutation>(
multiplication[INDEX_MASK &
(static_cast<int>(left.coordinate_permutation_) >> INDEX)]
[INDEX_MASK &