- Timestamp:
- Mar 25, 2008, 10:33:51 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_080320/ppMerge/src/ppMergeScaleZero.c
r17083 r17136 68 68 pmChip *chip; // Chip of interest 69 69 while ((chip = pmFPAviewNextChip(view, fpa, 1))) { 70 if (!chip->file_exists) { 71 continue; 72 } 70 73 if (!pmFPAfileIOChecks(config, view, PM_FPA_BEFORE)) { 71 74 goto ERROR; … … 76 79 pmCell *cell; // Cell of interest 77 80 while ((cell = pmFPAviewNextCell(view, fpa, 1))) { 81 if (!cell->file_exists) { 82 continue; 83 } 78 84 if (!pmFPAfileIOChecks(config, view, PM_FPA_BEFORE)) { 79 85 goto ERROR;
Note:
See TracChangeset
for help on using the changeset viewer.
