IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 5, 2004, 9:38:52 AM (22 years ago)
Author:
desonia
Message:

Misc. doxygen polishings.

File:
1 edited

Legend:

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

    r1385 r1393  
    1010*  @author George Gusciora, MHPCC
    1111*
    12 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-08-04 23:37:39 $
     12*  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-08-05 19:38:51 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2727#include <float.h>
    2828
     29static float cot( float x );
     30static float arg( float x, float y );
     31
    2932// This is the only function in this file which I understand.
    3033psPlane *psPlaneTransformApply( psPlane *out,
     
    8891
    8992    return ( tmp );
    90 }
    91 
    92 // I understand this one too.
    93 void p_psSphereTransformFree( psSphereTransform *trans )
    94 {
    95     psFree( trans );
    9693}
    9794
Note: See TracChangeset for help on using the changeset viewer.