IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 31, 2005, 12:28:35 PM (21 years ago)
Author:
drobbin
Message:

fixed psSphere struct, changed psPolynomial to unsigned int's

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psTime.h

    r4920 r4937  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-08-31 02:07:09 $
     13 *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-08-31 22:28:35 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2626#include "psType.h"
    2727#include "psImage.h"
     28#include "psCoord.h"
    2829
    2930struct psSphere;
     
    173174 *  @return  psSphere*: Spherical coordinates of Earth's polar axias.
    174175 */
    175 struct psSphere* p_psTimeGetPoleCoords(
    176                 const psTime *time      ///< psTime determine polar orientation.
    177             );
     176psSphere* p_psTimeGetPoleCoords(
     177    const psTime *time      ///< psTime determine polar orientation.
     178);
    178179
    179180/** Calculate the number of leapseconds between two times.
Note: See TracChangeset for help on using the changeset viewer.