Changeset 2327 for trunk/psLib/src/math/psStats.c
- Timestamp:
- Nov 10, 2004, 1:05:49 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.c
r2325 r2327 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.8 7$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-11-10 2 2:45:33$11 * @version $Revision: 1.88 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-11-10 23:05:49 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 353 353 stats 354 354 Returns 355 NULL355 int 356 356 *****************************************************************************/ 357 357 psS32 p_psVectorNValues(const psVector* restrict myVector, … … 360 360 psStats* stats) 361 361 { 362 PS_VECTOR_CHECK_NULL(myVector, -1); 363 PS_PTR_CHECK_NULL(stats, -1); 362 364 psS32 i = 0; // Loop index variable 363 365 psS32 numData = 0; // The number of data points
Note:
See TracChangeset
for help on using the changeset viewer.
