Changeset 19955 for trunk/ppStats/src/ppStatsFromMetadataStats.c
- Timestamp:
- Oct 7, 2008, 10:22:40 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStats/src/ppStatsFromMetadataStats.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStats/src/ppStatsFromMetadataStats.c
r19944 r19955 5 5 6 6 double value; 7 psStats *stats = NULL; 7 8 8 9 for (int i = 0; i < entries->n; i++) { … … 35 36 36 37 got_stats: 37 psStats *stats = psStatsAlloc (option);38 stats = psStatsAlloc (option); 38 39 39 40 psVectorStats (stats, entry->vector, NULL, NULL, 0); … … 55 56 goto got_value; 56 57 } 57 58 double value = psStatsGetValue (stats, option); 58 value = psStatsGetValue (stats, option); 59 59 60 60 got_value:
Note:
See TracChangeset
for help on using the changeset viewer.
