Ignore:
Timestamp:
05/18/12 17:44:24 (12 years ago)
Author:
tbretz
Message:
Support also JD as constructor argument and also return JD()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Time.h

    r13676 r13777  
    7777    void Mjd(double mjd);
    7878    double Mjd() const;
     79    double JD() const { return Mjd()+2400000.5; }
    7980
    8081    // Check validity
Note: See TracChangeset for help on using the changeset viewer.