Changeset 2724 for trunk/psLib/src/math/psStats.c
- Timestamp:
- Dec 15, 2004, 5:01:40 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
r2722 r2724 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.10 1$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-12-16 0 1:35:12$11 * @version $Revision: 1.102 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-12-16 03:01:40 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 862 862 // 1. Compute the sample median. 863 863 p_psVectorSampleMedian(myVector, maskVector, maskVal, stats); 864 if (isnan(stats->sampleMe an)) {865 psLogMsg(__func__, PS_LOG_WARN, "Call to p_psVectorSampleMe an returned NAN\n");864 if (isnan(stats->sampleMedian)) { 865 psLogMsg(__func__, PS_LOG_WARN, "Call to p_psVectorSampleMedian returned NAN\n"); 866 866 stats->clippedMean = NAN; 867 867 stats->clippedStdev = NAN;
Note:
See TracChangeset
for help on using the changeset viewer.
