IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 15, 2005, 4:40:13 PM (21 years ago)
Author:
drobbin
Message:

Edited VectorReadFromFile(bug536), added psFree to Meta04, added Precession test to EOC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psEarthOrientation.c

    r5519 r5522  
    88*  @author Robert Daniel DeSonia, MHPCC
    99*
    10 *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2005-11-15 22:19:29 $
     10*  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2005-11-16 02:40:13 $
    1212*
    1313*  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
     
    6868}
    6969
    70 static bool eocInit()
     70bool p_psEOCInit()
    7171{
    7272    unsigned int nFail = 0;
     
    353353}
    354354
    355 /*
    356 double psEOC_ParallaxFactor(const psSphere *coords,
    357                             const psTime *time)
    358 {
    359  
    360  
    361     return NAN;
    362 }
    363 */
    364 
    365355psEarthPole *psEOC_PrecessionModel(const psTime *time)
    366356{
     
    431421    // Check if EOC data loaded
    432422    if(! eocInitialized) {
    433         eocInitialized = eocInit();
     423        eocInitialized = p_psEOCInit();
    434424        if(!eocInitialized) {
    435425            // XXX: Move error message.
Note: See TracChangeset for help on using the changeset viewer.