Index: /trunk/psLib/src/astro/psTime.c
===================================================================
--- /trunk/psLib/src/astro/psTime.c	(revision 3703)
+++ /trunk/psLib/src/astro/psTime.c	(revision 3704)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.54 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-28 23:34:10 $
+ *  @version $Revision: 1.55 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-04-18 23:13:37 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -760,5 +760,5 @@
 
 
-psS64 psTimeLeapseconds(const psTime *time1, const psTime *time2)
+psS64 psTimeLeapSecondDelta(const psTime *time1, const psTime *time2)
 {
     psS64 diff = 0;
Index: /trunk/psLib/src/astro/psTime.h
===================================================================
--- /trunk/psLib/src/astro/psTime.h	(revision 3703)
+++ /trunk/psLib/src/astro/psTime.h	(revision 3704)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-17 19:26:23 $
+ *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-04-18 23:13:37 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -155,5 +155,5 @@
  *  @return  psS64: leapseconds added between given times
  */
-psS64 psTimeLeapseconds(
+psS64 psTimeLeapSecondDelta(
     const psTime* time1,                ///< First input time.
     const psTime* time2                 ///< Second input time.
Index: /trunk/psLib/src/astronomy/psTime.c
===================================================================
--- /trunk/psLib/src/astronomy/psTime.c	(revision 3703)
+++ /trunk/psLib/src/astronomy/psTime.c	(revision 3704)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.54 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-28 23:34:10 $
+ *  @version $Revision: 1.55 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-04-18 23:13:37 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -760,5 +760,5 @@
 
 
-psS64 psTimeLeapseconds(const psTime *time1, const psTime *time2)
+psS64 psTimeLeapSecondDelta(const psTime *time1, const psTime *time2)
 {
     psS64 diff = 0;
Index: /trunk/psLib/src/astronomy/psTime.h
===================================================================
--- /trunk/psLib/src/astronomy/psTime.h	(revision 3703)
+++ /trunk/psLib/src/astronomy/psTime.h	(revision 3704)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-17 19:26:23 $
+ *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-04-18 23:13:37 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -155,5 +155,5 @@
  *  @return  psS64: leapseconds added between given times
  */
-psS64 psTimeLeapseconds(
+psS64 psTimeLeapSecondDelta(
     const psTime* time1,                ///< First input time.
     const psTime* time2                 ///< Second input time.
Index: /trunk/psLib/test/astronomy/tst_psTime_03.c
===================================================================
--- /trunk/psLib/test/astronomy/tst_psTime_03.c	(revision 3703)
+++ /trunk/psLib/test/astronomy/tst_psTime_03.c	(revision 3704)
@@ -19,6 +19,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.13 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-04-07 20:27:41 $
+ *  @version $Revision: 1.14 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-04-18 23:13:39 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -170,5 +170,5 @@
     time8a = psTimeFromISOTime("2004-12-18T1:00:00.00");
     time8b = psTimeFromISOTime("1972-1-1T1:00:00.00");
-    out = psTimeLeapseconds(time8a, time8b);
+    out = psTimeLeapSecondDelta(time8a, time8b);
     printf("%lld\n", (long long int)out);
     printFooter(stdout, "psTime", "Test H - Find number of leapseconds added between two times", true);
