Changeset 3684 for trunk/psLib/src/collections/psVector.h
- Timestamp:
- Apr 8, 2005, 7:58:58 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psVector.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psVector.h
r3476 r3684 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.3 0$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-0 3-22 21:52:49$13 * @version $Revision: 1.31 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-04-08 17:58:57 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 33 33 { 34 34 psType type; ///< Type of data. 35 psU32 nalloc; ///< Total number of elements available.36 psU32 n; ///< Number of elements in use.35 int n; ///< Number of elements in use. 36 const int nalloc; ///< Total number of elements available. 37 37 38 38 union {
Note:
See TracChangeset
for help on using the changeset viewer.
