Changeset 24244 for branches/cnb_branches/cnb_branch_20090301/ppStats/src/ppStatsFromMetadataStats.c
- 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/ppStatsFromMetadataStats.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/ppStatsFromMetadataStats.c
r20888 r24244 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.
