Changeset 14394
- Timestamp:
- Jul 25, 2007, 5:34:03 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppStats/src/ppStatsReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStats/src/ppStatsReadout.c
r14393 r14394 74 74 !isfinite(sampleValues->data.F32[i])) { 75 75 if (!warnNonFinite) { 76 psWarning(" Non-finite value detected at %d,%d", x, y);76 psWarning("Unmasked non-finite value detected at %d,%d", x, y); 77 77 warnNonFinite = true; 78 78 } … … 84 84 } 85 85 if (!psVectorStats(data->stats, sampleValues, NULL, sampleMask, data->maskVal)) { 86 psLogMsg(__func__, PS_LOG_WARN, "Unable to perform statistics on readout %s --- " 87 "ignored.\n", readoutName); 88 psFree(sampleValues); 89 psFree(sampleMask); 90 goto statsDone; 86 psWarning("Unable to perform statistics on readout %s.\n", readoutName); 87 psErrorClear(); 91 88 } 92 89 psFree(sampleValues);
Note:
See TracChangeset
for help on using the changeset viewer.
