IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2004, 11:57:42 AM (22 years ago)
Author:
gusciora
Message:

Change the case of a few function names.

File:
1 edited

Legend:

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

    r2048 r2199  
    1 
    21/** @file  psCoord.h
    32*
     
    1110*  @author George Gusciora, MHPCC
    1211*
    13 *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
    14 *  @date $Date: 2004-10-12 01:34:09 $
     12*  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-10-26 21:57:42 $
    1514*
    1615*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    215214 *  @return psSphereTransform*     transform for ICRS->Ecliptic coordinate systems
    216215 */
    217 psSphereTransform* psSphereTransformICRStoEcliptic(
     216psSphereTransform* psSphereTransformICRSToEcliptic(
    218217    psTime time                        ///< the time for which the resulting transform will be valid
    219218);
     
    224223 *  @return psSphereTransform*     transform for Ecliptic->ICRS coordinate systems
    225224 */
    226 psSphereTransform* psSphereTransformEcliptictoICRS(
     225psSphereTransform* psSphereTransformEclipticToICRS(
    227226    psTime time                        ///< the time for which the resulting transform will be valid
    228227);
     
    232231 *
    233232 */
    234 psSphereTransform* psSphereTransformICRStoGalatic(void);
     233psSphereTransform* psSphereTransformICRSToGalatic(void);
    235234
    236235/** Creates the appropriate transform for converting from Galatic to ICRS
     
    238237 *
    239238 */
    240 psSphereTransform* psSphereTransformGalatictoICRS(void);
     239psSphereTransform* psSphereTransformGalaticToICRS(void);
    241240
    242241/** Projects a spherical coordinate to a linear coordinate system
Note: See TracChangeset for help on using the changeset viewer.