IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2006, 2:09:27 PM (20 years ago)
Author:
drobbin
Message:

Added psMemThreadSafety. Removed p_lock from psList. Added comments and made minor changes to EOC.

File:
1 edited

Legend:

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

    r6184 r6425  
    99*  @author Robert Daniel DeSonia, MHPCC
    1010*
    11 *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2006-01-23 20:04:31 $
     11*  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2006-02-14 00:09:27 $
    1313*
    1414*  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
     
    131131/** Calculates the rotation of the Earth about the CIP.
    132132 *
    133  *  @return psSphereRot*:       sphereical rotation
     133 *  If tidalCorr is non-NULL, use the S-component to provide tidal corrections to the
     134 *  UT1 time.  If tidalCorr is NULL, no corrections are made & this step is skipped.
     135 *
     136 *  @return psSphereRot*:       spherical rotation of the Earth about the CIP.
    134137 */
    135138psSphereRot *psSphereRot_TEOtoCEO(
     
    187190 */
    188191psSphereRot* psSpherePrecess(
    189     //    psSphere *coords,                  ///< coordinates (modified in-place)
    190192    const psTime *fromTime,            ///< equinox of coords input
    191193    const psTime *toTime,              ///< equinox of coords output
Note: See TracChangeset for help on using the changeset viewer.