Changeset 36083 for trunk/pswarp/src/pswarpOverlaps.c
- Timestamp:
- Aug 31, 2013, 5:24:27 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpOverlaps.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpOverlaps.c
r35563 r36083 117 117 psTrace ("pswarp", 4, "Chip %d: %x %x\n", view->chip, chip->file_exists, chip->process); 118 118 // if (!chip->file_exists) { continue; } // this fpa refers to the output file, so no chip exist 119 if (!chip->toFPA) { continue; } // this fpa refers to the output file, so no chip exist 119 120 assert (chip->toFPA); 120 121 chip->process = true; // start with process true, we will de-activate later (pswarpFindOverlaps) … … 179 180 for (int j = 0; j < output->chips->n; j++) { 180 181 pmChip *chip = output->chips->data[j]; 182 183 if (!isfinite(tgt->Pmin->data.F32[j])) continue; 184 if (!isfinite(tgt->Pmax->data.F32[j])) continue; 185 if (!isfinite(tgt->Qmin->data.F32[j])) continue; 186 if (!isfinite(tgt->Qmax->data.F32[j])) continue; 181 187 182 188 // we have src bounds
Note:
See TracChangeset
for help on using the changeset viewer.
