Changeset 35455 for trunk/ppStack/src/ppStackConvolve.c
- Timestamp:
- Apr 30, 2013, 6:10:41 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackConvolve.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackConvolve.c
r34372 r35455 403 403 continue; 404 404 } 405 if ((options->matchChi2->data.F32[i] > thresh) || ! isfinite(options->matchChi2->data.F32[i])) { 405 if ((options->matchChi2->data.F32[i] > thresh) || 406 ! isfinite(options->matchChi2->data.F32[i])) { 406 407 numRej++; 407 408 options->inputMask->data.PS_TYPE_VECTOR_MASK_DATA[i] |= PPSTACK_MASK_CHI2;
Note:
See TracChangeset
for help on using the changeset viewer.
