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

Commits on May 9, 2020

  1. More Mathematica support.

    pleroy committed May 9, 2020
    Copy the full SHA
    b37b71d View commit details
  2. Copy the full SHA
    e08d805 View commit details
  3. Rename parameters.

    pleroy committed May 9, 2020
    Copy the full SHA
    e98f9be View commit details

Commits on May 10, 2020

  1. A test skeleton.

    pleroy committed May 10, 2020
    Copy the full SHA
    4ffe9c4 View commit details
  2. Simplify the API.

    pleroy committed May 10, 2020
    Copy the full SHA
    de01747 View commit details
  3. Copy the full SHA
    3006195 View commit details
  4. Copy the full SHA
    4ce8ff9 View commit details
  5. Factor out a test method.

    pleroy committed May 10, 2020
    Copy the full SHA
    f11d758 View commit details
  6. More test cases.

    pleroy committed May 10, 2020
    Copy the full SHA
    ad84520 View commit details
  7. Mathematica tests and cleanup.

    pleroy committed May 10, 2020
    Copy the full SHA
    d01f7bb View commit details
  8. Readying for review.

    pleroy committed May 10, 2020
    Copy the full SHA
    5551775 View commit details
  9. Merge.

    pleroy committed May 10, 2020
    Copy the full SHA
    59c8b76 View commit details
  10. No bubulle.

    pleroy committed May 10, 2020
    Copy the full SHA
    201074d View commit details
  11. Lint.

    pleroy committed May 10, 2020
    Copy the full SHA
    0308b30 View commit details
  12. Merge pull request #2565 from pleroy/2519z

    Add unit test for the angular momentum correction
    pleroy authored May 10, 2020
    Copy the full SHA
    c74b95e View commit details
Showing with 432 additions and 169 deletions.
  1. +173 −154 ksp_plugin/pile_up.cpp
  2. +17 −6 ksp_plugin/pile_up.hpp
  3. +173 −0 ksp_plugin_test/pile_up_test.cpp
  4. +21 −1 mathematica/mathematica.hpp
  5. +27 −1 mathematica/mathematica_body.hpp
  6. +21 −7 mathematica/mathematica_test.cpp
Loading