Changeset 5534
- Timestamp:
- Nov 16, 2005, 6:04:30 PM (21 years ago)
- Location:
- trunk/psLib/test/astro
- Files:
-
- 2 edited
-
tst_psEarthOrientation.c (modified) (2 diffs)
-
verified/tst_psEarthOrientation.stdout (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astro/tst_psEarthOrientation.c
r5533 r5534 5 5 * @author d-Rob, MHPCC 6 6 * 7 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-11-17 0 3:59:05$7 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-11-17 04:04:30 $ 9 9 * 10 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 302 302 psFree(UT1time); 303 303 //Check return values from valid nutation time input 304 nute = psEOC_ PrecessionModel(in);304 nute = psEOC_NutationCorr(in); 305 305 if ( nute == NULL ) { 306 306 psError(PS_ERR_BAD_PARAMETER_NULL, false, -
trunk/psLib/test/astro/verified/tst_psEarthOrientation.stdout
r5533 r5534 10 10 -- Eop = x=-0.00045805944, y=0.00013368871, s=-2.986086e-05 11 11 -- PolarMotion = x=0.25980922, y=0.26040097, s=-2.986086e-05 12 Nutation Correction output = x,y,s = 1.1 557751e+08, 8865375.4, -5.1231901e+1412 Nutation Correction output = x,y,s = 1.1740641e+08, -85355.474, 1.335034e-11 13 13 14 14
Note:
See TracChangeset
for help on using the changeset viewer.
