IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 21, 2004, 3:03:18 PM (22 years ago)
Author:
harman
Message:

Added more functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psTime.h

    r1247 r1256  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2004-07-21 01:29:22 $
     14 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2004-07-22 01:03:00 $
    1616 *
    1717 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4141
    4242/** Seconds per minute */
    43 #define  SEC_PER_MINUTE   60
     43#define  SEC_PER_MINUTE 60.0
    4444
    4545/** Seconds per hour */
    46 #define  SEC_PER_HOUR     60*SEC_PER_MINUTE
     46#define  SEC_PER_HOUR (60.0*SEC_PER_MINUTE)
    4747
    4848/** Seconds per day */
    49 #define  SEC_PER_DAY      24*SEC_PER_HOUR
     49#define  SEC_PER_DAY (24.0*SEC_PER_HOUR)
    5050
    5151/** Seconds per year */
    52 #define  SEC_PER_YEAR    365*SEC_PER_DAY
     52#define  SEC_PER_YEAR (365.0*SEC_PER_DAY)
    5353
    5454/** Microseconds per day */
Note: See TracChangeset for help on using the changeset viewer.