Changeset 18219
- Timestamp:
- Jun 19, 2008, 4:56:09 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStats/src/ppStatsReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStats/src/ppStatsReadout.c
r17222 r18219 1 1 # include "ppStatsInternal.h" 2 3 static bool warnNonFinite = false; // Have we warned about non-finite values? 2 4 3 5 psExit ppStatsReadout(psMetadata *cellResults, // Metadata holding the chip results … … 65 67 psVectorInit(sampleMask, 0); 66 68 } 67 bool warnNonFinite = false; // Have we warned about non-finite values?68 69 for (int i = 0; i < numSamples; i++) { 69 70 int j = i * sampleSpace;
Note:
See TracChangeset
for help on using the changeset viewer.
