Changeset 7903 for trunk/ppStats/src/ppStatsSetup.c
- Timestamp:
- Jul 13, 2006, 7:20:26 PM (20 years ago)
- Location:
- trunk/ppStats
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStats
-
Property svn:ignore
set to
Makefile
Makefile.in
aclocal.m4
autom4te.cache
compile
config.log
config.status
configure
depcomp
install-sh
missing
-
Property svn:ignore
set to
-
trunk/ppStats/src
-
Property svn:ignore
set to
.deps
Makefile
Makefile.in
ppStats
-
Property svn:ignore
set to
-
trunk/ppStats/src/ppStatsSetup.c
r7902 r7903 63 63 psMetadataIterator *iterator = psMetadataIteratorAlloc(arguments, PS_LIST_HEAD, "^" FLAG "$"); \ 64 64 psMetadataItem *item; \ 65 while ((item = psMetadataGetAndIncrement( chipIter))) { \65 while ((item = psMetadataGetAndIncrement(iterator))) { \ 66 66 if (item->type != PS_DATA_STRING) { \ 67 67 psLogMsg(__func__, PS_LOG_WARN, NAME " name is not of type STRING (%x) --- ignored.\n", \ … … 86 86 87 87 STATS_OPTION("-mean", PS_STAT_SAMPLE_MEAN); 88 STATS_OPTION("-stdev", PS_STAT_SAMPLE_STD DEV);88 STATS_OPTION("-stdev", PS_STAT_SAMPLE_STDEV); 89 89 STATS_OPTION("-median", PS_STAT_SAMPLE_MEDIAN); 90 90 STATS_OPTION("-quartile", PS_STAT_SAMPLE_QUARTILE);
Note:
See TracChangeset
for help on using the changeset viewer.
