Skip to content

Commit

Permalink
Corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx committed Jan 27, 2025
1 parent fc17df4 commit 7f22ac9
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions tudatpy/kernel/expose_astro/expose_time_conversion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,19 +120,6 @@ TimeScalarType convertCalendarDateToJulianDaySinceEpochPy(
return dateTime.julianDay<TimeScalarType>() - epochSinceJulianDayZero;
}


namespace tudat {

namespace earth_orientation {
std::shared_ptr<TerrestrialTimeScaleConverter>
createDefaultTimeConverterPy() {
return createDefaultTimeConverter();
}

} // namespace earth_orientation

} // namespace tudat

namespace tudatpy {

namespace astro {
Expand Down

0 comments on commit 7f22ac9

Please sign in to comment.