Changeset 6268 for trunk/psLib/test/astro/tst_psTime_04.c
- Timestamp:
- Jan 31, 2006, 1:24:21 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astro/tst_psTime_04.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astro/tst_psTime_04.c
r6227 r6268 18 18 * @author David Robbins, MHPCC 19 19 * 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 $ 22 22 * 23 23 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 150 150 noTide->leapsecond = false; 151 151 152 psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message"); 152 153 empty = psTime_TideUT1Corr(tide); 153 154 if (empty != NULL) { … … 158 159 159 160 empty = psTime_TideUT1Corr(noTide); 160 if (empty->sec != 1049160599 || empty->nsec != 65698 2272) {161 if (empty->sec != 1049160599 || empty->nsec != 656981971) { 161 162 psError(PS_ERR_BAD_PARAMETER_VALUE, false, 162 163 "psTime_TideUT1Corr failed to return correct values.\n");
Note:
See TracChangeset
for help on using the changeset viewer.
