IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 18, 2005, 4:43:11 PM (21 years ago)
Author:
evanalst
Message:

Update the psSphere and psPlane free functions.

File:
1 edited

Legend:

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

    r3264 r3292  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-02-17 19:26:23 $
     12*  @version $Revision: 1.52 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-02-19 02:43:11 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6161static void planeFree(psPlane *p)
    6262{
    63     psFree(p);
     63    // There are non dynamic allocated items
    6464}
    6565
     
    7777static void sphereFree(psSphere *s)
    7878{
    79     psFree(s);
     79    // There are non dynamic allocated items
    8080}
    8181
Note: See TracChangeset for help on using the changeset viewer.