Changeset 1795 for trunk/psLib/src/astro/psTime.c
- Timestamp:
- Sep 10, 2004, 4:36:39 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psTime.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.c
r1788 r1795 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.2 2$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-09-11 0 0:55:24$13 * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-09-11 02:36:39 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 33 33 34 34 /** Two times pi with double precision accuracy */ 35 #define TWOPI (2.0*M_PI l)35 #define TWOPI (2.0*M_PI) 36 36 37 37 /** Conversion from radians to degrees */ 38 #define R2DEG = (180.0/M_PI l)38 #define R2DEG = (180.0/M_PI) 39 39 40 40 /** Maximum length of time string */
Note:
See TracChangeset
for help on using the changeset viewer.
