IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2005, 1:13:39 PM (21 years ago)
Author:
evanalst
Message:

Change name psTimeLeapseconds to psTimeLeapSecondDelta. (SDR-13)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astronomy/tst_psTime_03.c

    r3682 r3704  
    1919 *  @author  Ross Harman, MHPCC
    2020 *
    21  *  @version $Revision: 1.13 $  $Name: not supported by cvs2svn $
    22  *  @date  $Date: 2005-04-07 20:27:41 $
     21 *  @version $Revision: 1.14 $  $Name: not supported by cvs2svn $
     22 *  @date  $Date: 2005-04-18 23:13:39 $
    2323 *
    2424 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    170170    time8a = psTimeFromISOTime("2004-12-18T1:00:00.00");
    171171    time8b = psTimeFromISOTime("1972-1-1T1:00:00.00");
    172     out = psTimeLeapseconds(time8a, time8b);
     172    out = psTimeLeapSecondDelta(time8a, time8b);
    173173    printf("%lld\n", (long long int)out);
    174174    printFooter(stdout, "psTime", "Test H - Find number of leapseconds added between two times", true);
Note: See TracChangeset for help on using the changeset viewer.