Changeset 23989 for trunk/ppStats/src/ppStatsFromMetadataStats.c
- Timestamp:
- Apr 28, 2009, 11:21:56 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppStats/src/ppStatsFromMetadataStats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStats/src/ppStatsFromMetadataStats.c
r20888 r23989 38 38 39 39 psStats *stats = psStatsAlloc(option); 40 psVectorStats(stats, entry->vector, NULL, NULL, 0); 40 if (!psVectorStats(stats, entry->vector, NULL, NULL, 0)) { 41 psError(PS_ERR_UNKNOWN, false, "failure to measure stats for %s", entry->statistic); 42 continue; 43 } 41 44 42 45 double value;
Note:
See TracChangeset
for help on using the changeset viewer.
