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

Commits on Aug 31, 2019

  1. Close files only once

    eggrobin committed Aug 31, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    8d64d30 View commit details
  2. Merge pull request #2316 from eggrobin/fix-the-diurnal-build

    Fix the diurnal build more
    eggrobin authored Aug 31, 2019
    Copy the full SHA
    2f141a5 View commit details
Showing with 0 additions and 8 deletions.
  1. +0 −4 astronomy/ksp_system_test.cpp
  2. +0 −4 astronomy/solar_system_dynamics_test.cpp
4 changes: 0 additions & 4 deletions astronomy/ksp_system_test.cpp
Original file line number Diff line number Diff line change
@@ -380,10 +380,6 @@ class KSPSystemConvergenceTest
"ksp_system_convergence.generated.wl");
}

static void TearDownTestCase() {
file_.~OFStream();
}

protected:
FixedStepSizeIntegrator<
Ephemeris<KSP>::NewtonianMotionEquation> const&
4 changes: 0 additions & 4 deletions astronomy/solar_system_dynamics_test.cpp
Original file line number Diff line number Diff line change
@@ -610,10 +610,6 @@ class SolarSystemDynamicsConvergenceTest
"solar_system_convergence.generated.wl");
}

static void TearDownTestCase() {
file_.~OFStream();
}

protected:
FixedStepSizeIntegrator<Ephemeris<ICRS>::NewtonianMotionEquation> const&
integrator() const {