Changeset 9767
- Timestamp:
- Oct 28, 2006, 10:09:10 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psPolynomialUtils.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psPolynomialUtils.c
r8627 r9767 79 79 resid = (psVector *) psBinaryOp (resid, (void *) f, "-", (void *) fit); 80 80 81 stats = psVectorStats (stats, resid, NULL, mask, maskValue); 81 if (!psVectorStats (stats, resid, NULL, mask, maskValue)) { 82 psError(PS_ERR_UNKNOWN, false, "failed to measure vector stats"); 83 return NULL; 84 } 82 85 psTrace (__func__, 5, "resid stats: %f +/- %f\n", stats->sampleMedian, stats->sampleStdev); 83 86
Note:
See TracChangeset
for help on using the changeset viewer.
