Skip to content

Commit

Permalink
Compilation error.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Feb 12, 2023
1 parent b30a10b commit 3d4be26
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions astronomy/orbit_analysis_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,12 @@ class OrbitAnalysisTest : public ::testing::Test {
std::tuple<OrbitalElements, OrbitRecurrence, OrbitGroundTrack>
ElementsAndRecurrence(SP3Orbit const& orbit) {
auto const earth_centred_trajectory = EarthCentredTrajectory(orbit);
auto const elements = OrbitalElements::ForTrajectory(
*earth_centred_trajectory,
earth_,
MasslessBody{},
/*fill_osculating_equinoctial_elements=*/true)
.value();
auto elements = OrbitalElements::ForTrajectory(
*earth_centred_trajectory,
earth_,
MasslessBody{},
/*fill_osculating_equinoctial_elements=*/true)
.value();

{
auto const identifier = (std::stringstream() << orbit.satellite).str();
Expand Down

0 comments on commit 3d4be26

Please sign in to comment.