Changeset 3682 for trunk/psLib/src/collections/psBitSet.c
- Timestamp:
- Apr 7, 2005, 10:27:42 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psBitSet.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psBitSet.c
r3298 r3682 11 11 * @author Robert DeSonia, MHPCC 12 12 * 13 * @version $Revision: 1.2 3$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-0 2-22 19:25:52$13 * @version $Revision: 1.24 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-04-07 20:27:41 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 80 80 numBytes = ceil(n / 8.0); 81 81 newObj = psAlloc(sizeof(psBitSet)); 82 p _psMemSetDeallocator(newObj, (psFreeFcn) bitSetFree);82 psMemSetDeallocator(newObj, (psFreeFcn) bitSetFree); 83 83 newObj->n = numBytes; 84 84
Note:
See TracChangeset
for help on using the changeset viewer.
