IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 19, 2008, 4:56:09 PM (18 years ago)
Author:
eugene
Message:

trace the warning block as a static across calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/src/ppStatsReadout.c

    r17222 r18219  
    11# include "ppStatsInternal.h"
     2
     3static bool warnNonFinite = false;     // Have we warned about non-finite values?
    24
    35psExit ppStatsReadout(psMetadata *cellResults, // Metadata holding the chip results
     
    6567            psVectorInit(sampleMask, 0);
    6668        }
    67         bool warnNonFinite = false;     // Have we warned about non-finite values?
    6869        for (int i = 0; i < numSamples; i++) {
    6970            int j = i * sampleSpace;
Note: See TracChangeset for help on using the changeset viewer.