Changeset 18876 for trunk/psLib/src/math/psStats.h
- Timestamp:
- Aug 3, 2008, 10:55:09 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.h
r15840 r18876 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.6 4$ $Name: not supported by cvs2svn $11 * @date $Date: 200 7-12-15 01:17:28$10 * @version $Revision: 1.65 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2008-08-03 20:55:09 $ 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 13 */ … … 86 86 psStatsOptions options; ///< bitmask of values requested 87 87 psStatsOptions results; ///< bitmask of values calculated 88 psVector *tmpData; ///< temporary vector so repeated calls do not have to realloc 89 psVector *tmpMask; ///< temporary vector so repeated calls do not have to realloc 88 90 } 89 91 psStats;
Note:
See TracChangeset
for help on using the changeset viewer.
