Index: /trunk/psLib/src/astro/psTime.c
===================================================================
--- /trunk/psLib/src/astro/psTime.c	(revision 3705)
+++ /trunk/psLib/src/astro/psTime.c	(revision 3706)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.56 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-18 23:30:54 $
+ *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-04-18 23:40:15 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -369,5 +369,5 @@
 }
 
-psTime* psTimeGetTime(psTimeType type)
+psTime* psTimeGetNow(psTimeType type)
 {
     struct timeval now;
Index: /trunk/psLib/src/astro/psTime.h
===================================================================
--- /trunk/psLib/src/astro/psTime.h	(revision 3705)
+++ /trunk/psLib/src/astro/psTime.h	(revision 3706)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-18 23:30:54 $
+ *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-04-18 23:40:15 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -92,5 +92,5 @@
  *  @return  psTime*: Struct with current time.
  */
-psTime* psTimeGetTime(
+psTime* psTimeGetNow(
     psTimeType type                     ///< Type of time to get (UTC or TAI).
 );
Index: /trunk/psLib/src/astronomy/psTime.c
===================================================================
--- /trunk/psLib/src/astronomy/psTime.c	(revision 3705)
+++ /trunk/psLib/src/astronomy/psTime.c	(revision 3706)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.56 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-18 23:30:54 $
+ *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-04-18 23:40:15 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -369,5 +369,5 @@
 }
 
-psTime* psTimeGetTime(psTimeType type)
+psTime* psTimeGetNow(psTimeType type)
 {
     struct timeval now;
Index: /trunk/psLib/src/astronomy/psTime.h
===================================================================
--- /trunk/psLib/src/astronomy/psTime.h	(revision 3705)
+++ /trunk/psLib/src/astronomy/psTime.h	(revision 3706)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-18 23:30:54 $
+ *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-04-18 23:40:15 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -92,5 +92,5 @@
  *  @return  psTime*: Struct with current time.
  */
-psTime* psTimeGetTime(
+psTime* psTimeGetNow(
     psTimeType type                     ///< Type of time to get (UTC or TAI).
 );
Index: /trunk/psLib/test/astronomy/tst_psTime_01.c
===================================================================
--- /trunk/psLib/test/astronomy/tst_psTime_01.c	(revision 3705)
+++ /trunk/psLib/test/astronomy/tst_psTime_01.c	(revision 3706)
@@ -23,6 +23,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.22 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-04-18 23:30:54 $
+ *  @version $Revision: 1.23 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-04-18 23:40:15 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -50,5 +50,5 @@
     printPositiveTestHeader(stdout,"psTime", "Get current TAI time");
     psTime *timeA = NULL;
-    timeA = psTimeGetTime(PS_TIME_TAI);
+    timeA = psTimeGetNow(PS_TIME_TAI);
     psFree(timeA);
     printFooter(stdout, "psTime", "Get current TAI time", true);
