Changeset 4898 for trunk/psLib/src/math/psStats.h
- Timestamp:
- Aug 29, 2005, 3:14:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.h
r4857 r4898 14 14 * @author GLG, MHPCC 15 15 * 16 * @version $Revision: 1.4 7$ $Name: not supported by cvs2svn $17 * @date $Date: 2005-08- 23 23:23:05$16 * @version $Revision: 1.48 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2005-08-30 01:14:13 $ 18 18 * 19 19 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 105 105 ); 106 106 107 108 /** Checks the type of a particular pointer. 109 * 110 * Uses the appropriate deallocation function in psMemBlock to check the ptr datatype. 111 * 112 * @return bool: True if the pointer matches a psStats structure, false otherwise. 113 */ 114 bool psMemCheckStats( 115 psPtr ptr ///< the pointer whose type to check 116 ); 117 118 107 119 /****************************************************************************** 108 120 Histogram functions and data structures. … … 140 152 ); 141 153 154 155 /** Checks the type of a particular pointer. 156 * 157 * Uses the appropriate deallocation function in psMemBlock to check the ptr datatype. 158 * 159 * @return bool: True if the pointer matches a psHistogram structure, false otherwise. 160 */ 161 bool psMemCheckHistogram( 162 psPtr ptr ///< the pointer whose type to check 163 ); 164 165 142 166 /** Allocator for psHistogram where the bounds of the bins are explicitly 143 167 * specified.
Note:
See TracChangeset
for help on using the changeset viewer.
