Changeset 4392 for trunk/psLib/src/collections/psBitSet.c
- Timestamp:
- Jun 24, 2005, 4:02:05 PM (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
r4342 r4392 11 11 * @author Robert DeSonia, MHPCC 12 12 * 13 * @version $Revision: 1.2 6$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-06-2 2 02:05:41$13 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-06-25 02:02:05 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 80 80 numBytes = ceil(nalloc / 8.0); 81 81 newObj = psAlloc(sizeof(psBitSet)); 82 psMemSetDeallocator(newObj, (psFreeF cn) bitSetFree);82 psMemSetDeallocator(newObj, (psFreeFunc) bitSetFree); 83 83 newObj->n = numBytes; 84 84
Note:
See TracChangeset
for help on using the changeset viewer.
