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/collections/psBitSet.c

    r3298 r3682  
    1111 *  @author Robert DeSonia, MHPCC
    1212 *
    13  *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-02-22 19:25:52 $
     13 *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-04-07 20:27:41 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    8080    numBytes = ceil(n / 8.0);
    8181    newObj = psAlloc(sizeof(psBitSet));
    82     p_psMemSetDeallocator(newObj, (psFreeFcn) bitSetFree);
     82    psMemSetDeallocator(newObj, (psFreeFcn) bitSetFree);
    8383    newObj->n = numBytes;
    8484
Note: See TracChangeset for help on using the changeset viewer.