Changeset 12819 for trunk/ppImage/src/ppImageLoop.c
- Timestamp:
- Apr 12, 2007, 9:31:05 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageLoop.c
r12575 r12819 152 152 return false; 153 153 } 154 if (!ppImageRebinChip(config, view, "PPIMAGE.BIN1" , "PPIMAGE.OUTPUT.CHIP")) {154 if (!ppImageRebinChip(config, view, "PPIMAGE.BIN1")) { 155 155 psError(PS_ERR_UNKNOWN, false, "Unable to bin chip.\n"); 156 156 return false; 157 157 } 158 if (!ppImageRebinChip(config, view, "PPIMAGE.BIN2" , "PPIMAGE.OUTPUT.CHIP")) {158 if (!ppImageRebinChip(config, view, "PPIMAGE.BIN2")) { 159 159 psError(PS_ERR_UNKNOWN, false, "Unable to bin chip.\n"); 160 160 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
