IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 12, 2005, 9:12:01 AM (21 years ago)
Author:
desonia
Message:

massive restructuring of codebase.

File:
1 edited

Legend:

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

    r4409 r4540  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-06-28 20:17:52 $
     13 *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-07-12 19:12:00 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2525
    2626#include "psType.h"
    27 #include "psImage.h"
    28 
    29 struct psSphere;
     27// N.B. inclusion of psCoord.h was done to after the typedefs to handle cross-dependency of typedefs
    3028
    3129/// @addtogroup Time
    3230/// @{
    33 
    3431
    3532/** Time type.
     
    6966psTime;
    7067
     68#include "psCoord.h"
     69#include "psImage.h"
    7170
    7271/** Initialize time data.
     
    161160 *  @return  psSphere*: Spherical coordinates of Earth's polar axias.
    162161 */
    163 struct psSphere* p_psTimeGetPoleCoords(
    164                 const psTime *time      ///< psTime determine polar orientation.
    165             );
     162psSphere* p_psTimeGetPoleCoords(
     163    const psTime *time      ///< psTime determine polar orientation.
     164);
    166165
    167166/** Calculate the number of leapseconds between two times.
Note: See TracChangeset for help on using the changeset viewer.