Changeset 4342 for trunk/psLib/src/collections/psBitSet.h
- Timestamp:
- Jun 21, 2005, 4:05:41 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psBitSet.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psBitSet.h
r4312 r4342 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1. 19$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-06- 18 00:53:32$14 * @version $Revision: 1.20 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-06-22 02:05:41 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 137 137 */ 138 138 139 char *psBitSetToString(140 const psBitSet* inMask///< psBitSet to convert */139 psString psBitSetToString( 140 const psBitSet* bitSet ///< psBitSet to convert */ 141 141 ); 142 142
Note:
See TracChangeset
for help on using the changeset viewer.
