IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2005, 10:27:42 AM (21 years ago)
Author:
desonia
Message:

changed name of p_psMemSetDeallocator/p_psMemGetDeallocator to
psMemSetDeallocator/psMemGetDeallocator.

-rdd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataIO/psLookupTable.c

    r3586 r3682  
    77*  @author Ross Harman, MHPCC
    88*
    9 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2005-03-31 02:33:17 $
     9*  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2005-04-07 20:27:41 $
    1111*
    1212*  Copyright 2004-5 Maui High Performance Computing Center, University of Hawaii
     
    421421
    422422    // Set deallocator
    423     p_psMemSetDeallocator(outTable, (psFreeFcn)lookupTableFree);
     423    psMemSetDeallocator(outTable, (psFreeFcn)lookupTableFree);
    424424
    425425    // Allocate and set metadata item comment
Note: See TracChangeset for help on using the changeset viewer.