IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2006, 7:20:26 PM (20 years ago)
Author:
Paul Price
Message:

Adding .cvsignore files. Code now compiles, but not yet tested.

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
  • trunk/ppStats/src

    • Property svn:ignore set to
      .deps
      Makefile
      Makefile.in
      ppStats
  • trunk/ppStats/src/ppStatsSetup.c

    r7902 r7903  
    6363        psMetadataIterator *iterator = psMetadataIteratorAlloc(arguments, PS_LIST_HEAD, "^" FLAG "$"); \
    6464        psMetadataItem *item; \
    65         while ((item = psMetadataGetAndIncrement(chipIter))) { \
     65        while ((item = psMetadataGetAndIncrement(iterator))) { \
    6666            if (item->type != PS_DATA_STRING) { \
    6767                psLogMsg(__func__, PS_LOG_WARN, NAME " name is not of type STRING (%x) --- ignored.\n", \
     
    8686
    8787    STATS_OPTION("-mean",     PS_STAT_SAMPLE_MEAN);
    88     STATS_OPTION("-stdev",    PS_STAT_SAMPLE_STDDEV);
     88    STATS_OPTION("-stdev",    PS_STAT_SAMPLE_STDEV);
    8989    STATS_OPTION("-median",   PS_STAT_SAMPLE_MEDIAN);
    9090    STATS_OPTION("-quartile", PS_STAT_SAMPLE_QUARTILE);
Note: See TracChangeset for help on using the changeset viewer.