Changeset 10324 for trunk


Ignore:
Timestamp:
04/07/11 21:53:23 (14 years ago)
Author:
tbretz
Message:
Added a constructor whihc allows construction from MJD.
File:
1 edited

Legend:

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

    r10252 r10324  
    6565         unsigned char h=0, unsigned char m=0, unsigned char s=0,
    6666         unsigned int us=0);
     67    Time(double mjd) { Mjd(mjd); }
    6768
    6869    // Convesion from and to a string
Note: See TracChangeset for help on using the changeset viewer.