Skip to content

Commit

Permalink
TLE corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx committed Feb 4, 2025
1 parent 238ea3d commit a134af7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/tudat/simulation/environment_setup/createEphemeris.h
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,8 @@ class DirectTleEphemerisSettings : public EphemerisSettings
DirectTleEphemerisSettings( std::shared_ptr< ephemerides::Tle > tle,
const std::string frameOrigin = "Earth",
const std::string frameOrientation = "J2000" ):
EphemerisSettings( direct_tle_ephemeris, frameOrigin, frameOrientation )
EphemerisSettings( direct_tle_ephemeris, frameOrigin, frameOrientation ),
tle_( tle )
{ }

const std::shared_ptr< ephemerides::Tle > getTle( ) const
Expand Down

0 comments on commit a134af7

Please sign in to comment.