Changeset 12700 for trunk/psLib/src/math/psStats.c
- Timestamp:
- Mar 30, 2007, 5:00:07 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.c
r12692 r12700 13 13 * use ->min and ->max (PS_STAT_USE_RANGE) 14 14 * 15 * @version $Revision: 1.20 7$ $Name: not supported by cvs2svn $16 * @date $Date: 2007-03-3 0 03:24:38$15 * @version $Revision: 1.208 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2007-03-31 03:00:07 $ 17 17 * 18 18 * Copyright 2006 IfA, University of Hawaii … … 1375 1375 PS_BIN_FOR_VALUE (binMax, histogram->bounds, guessMean + maxFitSigma*guessStdev, 0); 1376 1376 if (binMin == binMax) { 1377 psAbort ("invalid range for fitted mean"); 1377 psError(PS_ERR_UNKNOWN, false, "Failed to calculate the min/max of the input vector.\n"); 1378 psFree(statsMinMax); 1379 psTrace(TRACE, 4, "---- %s(false) end ----\n", __func__); 1380 return false; 1378 1381 } 1379 1382
Note:
See TracChangeset
for help on using the changeset viewer.
