Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
xanthospap committed Dec 30, 2023
1 parent 3dbffc6 commit 4759672
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tpdate2.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ class TwoPartDate2 {
using FDOUBLE = /*long*/ double;
int _mjd; /** Mjd */
FDOUBLE _fday; /** fractional part of day */

/** Construct from MJD and fractional days.
*
* This is only private and should be used in rare cases. Normal users,
* should explicitely cast the second argument to FractionalSeconds or
* FractionalDays to avoid misconceptions (i.e. is the parameters fractional
* should explicitely cast the second argument to FractionalSeconds or
* FractionalDays to avoid misconceptions (i.e. is the parameters fractional
* seconds or fractional days?).
*/
explicit TwoPartDate2(int mjd, FDOUBLE fday) noexcept
Expand Down

0 comments on commit 4759672

Please sign in to comment.