Changeset 6227 for trunk/psLib/test/astro/tst_psTime_04.c
- Timestamp:
- Jan 27, 2006, 3:12:17 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astro/tst_psTime_04.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astro/tst_psTime_04.c
r6212 r6227 18 18 * @author David Robbins, MHPCC 19 19 * 20 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $21 * @date $Date: 2006-01-2 6 23:32:49$20 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 21 * @date $Date: 2006-01-28 01:12:17 $ 22 22 * 23 23 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 161 161 psError(PS_ERR_BAD_PARAMETER_VALUE, false, 162 162 "psTime_TideUT1Corr failed to return correct values.\n"); 163 printf("\nsec = %ld, nsec = %u\n", (long )(empty->sec), empty->nsec);163 printf("\nsec = %ld, nsec = %u\n", (long int)empty->sec, empty->nsec); 164 164 return 2; 165 165 }
Note:
See TracChangeset
for help on using the changeset viewer.
