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

Commits on Aug 18, 2019

  1. Copy the full SHA
    4b8a2eb View commit details
  2. Merge pull request #2292 from eggrobin/if-ndebug

    No orbit analysis in debug mode
    eggrobin authored Aug 18, 2019
    Copy the full SHA
    f19af6f View commit details
Showing with 4 additions and 0 deletions.
  1. +4 −0 astronomy/orbit_analysis_test.cpp
4 changes: 4 additions & 0 deletions astronomy/orbit_analysis_test.cpp
Original file line number Diff line number Diff line change
@@ -180,6 +180,8 @@ class OrbitAnalysisTest : public ::testing::Test {
}
};

#if !defined(_DEBUG)

// COSPAR ID 2010-001A, SVN C003.
// 北斗二號 GEO01.
// PRN C01, GEO, 140.0° E.
@@ -515,5 +517,7 @@ TEST_F(OrbitAnalysisTest, Sentinel3A) {
IsNear(90.01 * Degree));
}

#endif

} // namespace astronomy
} // namespace principia