IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

fixed typo in NutationCorr test (was calling PrecessionModel)

File:
1 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,
Note: See TracChangeset for help on using the changeset viewer.