IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 12, 2004, 9:32:44 AM (22 years ago)
Author:
desonia
Message:

removed psScalarFree, which is not needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psScalar.c

    r1807 r2055  
    88 *  @author Ross Harman, MHPCC
    99 *
    10  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2004-09-14 20:01:52 $
     10 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2004-10-12 19:32:44 $
    1212 *
    1313 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    138138    return newScalar;
    139139}
    140 
    141 void psScalarFree(psScalar* restrict scalar)
    142 {
    143     if (scalar == NULL) {
    144         return;
    145     }
    146 
    147     psFree(scalar);
    148 }
Note: See TracChangeset for help on using the changeset viewer.