IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 31, 2006, 1:24:21 PM (20 years ago)
Author:
drobbin
Message:

Fixed Time conversions and ToMJD & ToJD fxns to use TAI type. Updated transforms tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astro/tst_psTime_04.c

    r6227 r6268  
    1818 *  @author  David Robbins, MHPCC
    1919 *
    20  *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
    21  *  @date  $Date: 2006-01-28 01:12:17 $
     20 *  @version $Revision: 1.9 $  $Name: not supported by cvs2svn $
     21 *  @date  $Date: 2006-01-31 23:24:21 $
    2222 *
    2323 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    150150    noTide->leapsecond = false;
    151151
     152    psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message");
    152153    empty = psTime_TideUT1Corr(tide);
    153154    if (empty != NULL) {
     
    158159
    159160    empty = psTime_TideUT1Corr(noTide);
    160     if (empty->sec != 1049160599 || empty->nsec != 656982272) {
     161    if (empty->sec != 1049160599 || empty->nsec != 656981971) {
    161162        psError(PS_ERR_BAD_PARAMETER_VALUE, false,
    162163                "psTime_TideUT1Corr failed to return correct values.\n");
Note: See TracChangeset for help on using the changeset viewer.