IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 7, 2004, 12:28:29 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r2635 r2650  
    1 /** @file  psCoord.h
     1a/** @file  psCoord.h
    22*
    33*  @brief Contains basic coordinate transformation definitions and operations
     
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-12-06 19:49:36 $
     12*  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-12-07 22:28:28 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    239239 */
    240240psSphereTransform* psSphereTransformICRSToEcliptic(
    241     psTime time                        ///< the time for which the resulting transform will be valid
     241    psTime *time                        ///< the time for which the resulting transform will be valid
    242242);
    243243
     
    248248 */
    249249psSphereTransform* psSphereTransformEclipticToICRS(
    250     psTime time                        ///< the time for which the resulting transform will be valid
     250    psTime *time                        ///< the time for which the resulting transform will be valid
    251251);
    252252
Note: See TracChangeset for help on using the changeset viewer.