Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
xanthospap committed May 7, 2024
1 parent 56dfe45 commit 2ab98e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dtdatetime.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ class datetime {
/** @brief Cast to double (i.e. fractional) Modified Julian Date. */
constexpr double fmjd() const noexcept {
return static_cast<double>(m_mjd.as_underlying_type()) +
fractional_days(m_sec);
fractional_days();
}

/** @brief Cast to double (i.e. fractional) Julian Date. */
Expand Down

0 comments on commit 2ab98e1

Please sign in to comment.