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: c74b95e75cf7
Choose a base ref
...
head repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 05281ea21caf
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on May 13, 2020

  1. Fix a clang error.

    pleroy committed May 13, 2020
    Copy the full SHA
    0d9c8cb View commit details
  2. Merge pull request #2568 from pleroy/Clang

    Fix a clang error
    pleroy authored May 13, 2020
    Copy the full SHA
    05281ea View commit details
Showing with 0 additions and 1 deletion.
  1. +0 −1 ksp_plugin_test/pile_up_test.cpp
1 change: 0 additions & 1 deletion ksp_plugin_test/pile_up_test.cpp
Original file line number Diff line number Diff line change
@@ -284,7 +284,6 @@ class PileUpTest : public testing::Test {
/*Δt=*/0.02 * Second, L_apparent, L_actual, inertia_tensor, trace);
LOG(ERROR) << trace;

using CorrectedPileUp = Frame<enum class CorrectedPileUpTag, NonRotating>;
MechanicalSystem<NonRotatingPileUp, CorrectedPileUp> corrected_system;
RigidMotion<Vessel, NonRotatingPileUp> const corrected_vessel_rigid_motion =
correction * apparent_system.LinearMotion().Inverse() *