IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2055


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

removed psScalarFree, which is not needed.

Location:
trunk/psLib/src
Files:
4 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 }
  • trunk/psLib/src/collections/psScalar.h

    r1477 r2055  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2004-08-11 20:08:08 $
     13 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2004-10-12 19:32:44 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7070);
    7171
    72 /** Deallocate a scalar.
    73  *
    74  * Uses psLib memory allocation functions to deallocate a scalar.
    75  *
    76  */
    77 void psScalarFree(
    78     psScalar* restrict scalar          ///< Scalar to free.
    79 );
    80 
    8172/** Copy a scalar.
    8273 *
  • trunk/psLib/src/mathtypes/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 }
  • trunk/psLib/src/mathtypes/psScalar.h

    r1477 r2055  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2004-08-11 20:08:08 $
     13 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2004-10-12 19:32:44 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7070);
    7171
    72 /** Deallocate a scalar.
    73  *
    74  * Uses psLib memory allocation functions to deallocate a scalar.
    75  *
    76  */
    77 void psScalarFree(
    78     psScalar* restrict scalar          ///< Scalar to free.
    79 );
    80 
    8172/** Copy a scalar.
    8273 *
Note: See TracChangeset for help on using the changeset viewer.