Changeset 24908 for trunk/ppMerge/src/ppMergeLoop.c
- Timestamp:
- Jul 22, 2009, 10:50:53 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMergeLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeLoop.c
r24837 r24908 152 152 pmChip *outChip; ///< Chip of interest 153 153 while ((outChip = pmFPAviewNextChip(view, outFPA, 1))) { 154 if (!outChip->process || !outChip->file_exists) { 155 continue; 156 } 154 157 if (!pmFPAfileIOChecks(config, view, PM_FPA_BEFORE)) { 155 158 goto ERROR; … … 161 164 162 165 while ((outCell = pmFPAviewNextCell(view, outFPA, 1))) { 166 if (!outCell->process || !outCell->file_exists) { 167 continue; 168 } 163 169 if (!pmFPAfileIOChecks(config, view, PM_FPA_BEFORE)) { 164 170 goto ERROR;
Note:
See TracChangeset
for help on using the changeset viewer.
