Changeset 14452 for trunk/psLib/src/math/psStats.h
- Timestamp:
- Aug 8, 2007, 3:40:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.h
r14429 r14452 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.6 1$ $Name: not supported by cvs2svn $11 * @date $Date: 2007-08-0 8 19:38:17 $10 * @version $Revision: 1.62 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-08-09 01:40:07 $ 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 13 */ … … 116 116 const char *func, ///< Function name of caller 117 117 psStatsOptions options ///< Statistics to calculate 118 ) ;118 ) PS_ATTR_MALLOC; 119 119 #define psStatsAlloc(options) \ 120 120 p_psStatsAlloc(__FILE__, __LINE__, __func__, options)
Note:
See TracChangeset
for help on using the changeset viewer.
