Changeset 1073 for trunk/psLib/src/collections/psBitSet.h
- Timestamp:
- Jun 23, 2004, 1:00:17 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psBitSet.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psBitSet.h
r974 r1073 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-06- 10 01:58:06$14 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-06-23 23:00:15 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 54 54 psBitSet* psBitSetAlloc( 55 55 int n /**< Number of bits in psBitSet array */ 56 );57 58 /** Free a psBitSet59 *60 * Deletes a psBitSet array.61 */62 void psBitSetFree(63 psBitSet *restrict inMask /**< Pointer to psBitSet to be deleted. */64 56 ); 65 57
Note:
See TracChangeset
for help on using the changeset viewer.
