Index: /trunk/psLib/src/astro/psTime.c
===================================================================
--- /trunk/psLib/src/astro/psTime.c	(revision 1794)
+++ /trunk/psLib/src/astro/psTime.c	(revision 1795)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-09-11 00:55:24 $
+ *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-09-11 02:36:39 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -33,8 +33,8 @@
 
 /** Two times pi with double precision accuracy */
-#define TWOPI (2.0*M_PIl)
+#define TWOPI (2.0*M_PI)
 
 /** Conversion from radians to degrees */
-#define R2DEG = (180.0/M_PIl)
+#define R2DEG = (180.0/M_PI)
 
                 /** Maximum length of time string */
Index: /trunk/psLib/src/astronomy/psTime.c
===================================================================
--- /trunk/psLib/src/astronomy/psTime.c	(revision 1794)
+++ /trunk/psLib/src/astronomy/psTime.c	(revision 1795)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-09-11 00:55:24 $
+ *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-09-11 02:36:39 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -33,8 +33,8 @@
 
 /** Two times pi with double precision accuracy */
-#define TWOPI (2.0*M_PIl)
+#define TWOPI (2.0*M_PI)
 
 /** Conversion from radians to degrees */
-#define R2DEG = (180.0/M_PIl)
+#define R2DEG = (180.0/M_PI)
 
                 /** Maximum length of time string */
