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

Commits on Feb 3, 2018

  1. Copy the full SHA
    e1e8d43 View commit details
  2. Merge pull request #1708 from eggrobin/static-out-of-line

    Remove stray static
    pleroy authored Feb 3, 2018
    Copy the full SHA
    e5805ef View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 testing_utilities/solar_system_factory_body.hpp
2 changes: 1 addition & 1 deletion testing_utilities/solar_system_factory_body.hpp
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ namespace internal_solar_system_factory {
using base::Contains;

template<typename Frame>
static void SolarSystemFactory::AdjustAccuracy(
void SolarSystemFactory::AdjustAccuracy(
SolarSystemFactory::Accuracy const accuracy,
SolarSystem<Frame>& solar_system) {
std::set<std::string> existing;