IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 24, 2004, 9:48:20 AM (22 years ago)
Author:
gusciora
Message:

Added function prototypes for psSpherePrecess.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/psCoord.c

    r2273 r2425  
    1010*  @author George Gusciora, MHPCC
    1111*
    12 *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-11-04 01:04:57 $
     12*  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-11-24 19:48:17 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    508508    return (NULL);
    509509}
     510
     511// XXX: What algorithm should be used?
     512psSphere *psSpherePrecess(psSphere *coords,
     513                          const psTime *fromTime,
     514                          const psTime *toTime)
     515{
     516    return(NULL);
     517}
     518
Note: See TracChangeset for help on using the changeset viewer.