IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2005, 4:02:05 PM (21 years ago)
Author:
drobbin
Message:

changed psFreeFcn to psFreeFunc

File:
1 edited

Legend:

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

    r4342 r4392  
    1111 *  @author Robert DeSonia, MHPCC
    1212 *
    13  *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-06-22 02:05:41 $
     13 *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-06-25 02:02:05 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    8080    numBytes = ceil(nalloc / 8.0);
    8181    newObj = psAlloc(sizeof(psBitSet));
    82     psMemSetDeallocator(newObj, (psFreeFcn) bitSetFree);
     82    psMemSetDeallocator(newObj, (psFreeFunc) bitSetFree);
    8383    newObj->n = numBytes;
    8484
Note: See TracChangeset for help on using the changeset viewer.