Changeset 2722 for trunk/psLib/src/math/psStats.c
- Timestamp:
- Dec 15, 2004, 3:35:12 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.c
r2436 r2722 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.10 0$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-1 1-24 22:14:39$11 * @version $Revision: 1.101 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-12-16 01:35:12 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 210 210 stats->sampleMean = mean; 211 211 if (isnan(mean)) { 212 return(-1); 213 } else { 212 214 return(0); 213 } else {214 return(-1);215 215 } 216 216
Note:
See TracChangeset
for help on using the changeset viewer.
