Changeset 511 for trunk/psLib/src/collections/psArray.h
- Timestamp:
- Apr 23, 2004, 11:33:59 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psArray.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psArray.h
r502 r511 8 8 * @author Ross Harman, MHPCC 9 9 * 10 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-04-2 2 21:15:01$10 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-04-23 21:33:59 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 82 82 typedef struct 83 83 { 84 psType type; ///< Type of data. THIS STRUCT ELEMENT MUST BE FIRST IN THE STRUCT!84 psType type; ///< Type of data. 85 85 int nalloc; ///< Total number of elements available. 86 86 int n; ///< Number of elements in use.
Note:
See TracChangeset
for help on using the changeset viewer.
