Changeset 13371 for trunk/ppSub/src/ppSubLoop.c
- Timestamp:
- May 11, 2007, 5:51:36 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubLoop.c
r13360 r13371 102 102 103 103 pmReadout *inRO; // Readin of interest 104 while ((inRO = pmFPAviewNextReadout(view, input->fpa, 1)) != NULL) {104 while ((inRO = pmFPAviewNextReadout(view, input->fpa, 1))) { 105 105 if (!pmFPAfileIOChecks(config, view, PM_FPA_BEFORE)) { 106 106 return false; 107 107 } 108 108 pmReadout *refRO = pmFPAviewThisReadout(view, reference->fpa);// Reference readout of interest 109 if ( (!inRO->data_exists && refRO->data_exists) ||109 if (!refRO || (!inRO->data_exists && refRO->data_exists) || 110 110 (inRO->data_exists && !refRO->data_exists)) { 111 111 psError(PS_ERR_BAD_PARAMETER_VALUE, true,
Note:
See TracChangeset
for help on using the changeset viewer.
