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.c

    r2197 r2199  
    1010*  @author George Gusciora, MHPCC
    1111*
    12 *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-10-26 21:24:42 $
     12*  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-10-26 21:57:42 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    152152}
    153153
    154 psSphereTransform* psSphereTransformICRStoEcliptic(psTime time)
     154psSphereTransform* psSphereTransformICRSToEcliptic(psTime time)
    155155{
    156156    struct tm *tmTime = psTimeToTM(&time);
     
    165165}
    166166
    167 psSphereTransform* psSphereTransformEcliptictoICRS(psTime time)
     167psSphereTransform* psSphereTransformEclipticToICRS(psTime time)
    168168{
    169169    struct tm *tmTime = psTimeToTM(&time);
     
    178178}
    179179
    180 psSphereTransform* psSphereTransformICRStoGalatic(void)
     180psSphereTransform* psSphereTransformICRSToGalatic(void)
    181181{
    182182    return (psSphereTransformAlloc(62.6, 282.25, 33.0));
    183183}
    184184
    185 psSphereTransform* psSphereTransformGalatictoICRS(void)
     185psSphereTransform* psSphereTransformGalaticToICRS(void)
    186186{
    187187    return (psSphereTransformAlloc(-62.6, 33.0, 282.25));
Note: See TracChangeset for help on using the changeset viewer.