IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5534


Ignore:
Timestamp:
Nov 16, 2005, 6:04:30 PM (21 years ago)
Author:
drobbin
Message:

fixed typo in NutationCorr test (was calling PrecessionModel)

Location:
trunk/psLib/test/astro
Files:
2 edited

Legend:

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

    r5533 r5534  
    55*  @author d-Rob, MHPCC
    66*
    7 *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    8 *  @date $Date: 2005-11-17 03:59:05 $
     7*  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     8*  @date $Date: 2005-11-17 04:04:30 $
    99*
    1010*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    302302    psFree(UT1time);
    303303    //Check return values from valid nutation time input
    304     nute = psEOC_PrecessionModel(in);
     304    nute = psEOC_NutationCorr(in);
    305305    if ( nute == NULL ) {
    306306        psError(PS_ERR_BAD_PARAMETER_NULL, false,
  • trunk/psLib/test/astro/verified/tst_psEarthOrientation.stdout

    r5533 r5534  
    1010 -- Eop = x=-0.00045805944, y=0.00013368871, s=-2.986086e-05
    1111 -- PolarMotion = x=0.25980922, y=0.26040097, s=-2.986086e-05
    12 Nutation Correction output = x,y,s = 1.1557751e+08, 8865375.4, -5.1231901e+14
     12Nutation Correction output = x,y,s = 1.1740641e+08, -85355.474, 1.335034e-11
    1313
    1414
Note: See TracChangeset for help on using the changeset viewer.