- Timestamp:
- May 26, 2009, 1:59:32 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ppStats/src (modified) (1 prop)
-
ppStats/src/ppStatsReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/ppStats/src
- Property svn:ignore
-
old new 10 10 config.h.in 11 11 stamp-h1 12 ppStatsVersionDefinitions.h
-
- Property svn:ignore
-
branches/cnb_branches/cnb_branch_20090301/ppStats/src/ppStatsReadout.c
r21183 r24244 92 92 } 93 93 if (!psVectorStats(data->stats, sampleValues, NULL, sampleMask, 1)) { 94 psWarning("Unable to perform statistics on readout %s.\n", readoutName);95 psErrorClear(); 96 } 94 psError(PS_ERR_UNKNOWN, false, "failure to measure stats for readout %s", readoutName); 95 } 96 // XXX raise if we get a NAN? psWarning("Unable to perform statistics on readout %s.\n", readoutName); 97 97 psFree(sampleValues); 98 98 psFree(sampleMask);
Note:
See TracChangeset
for help on using the changeset viewer.
