- Timestamp:
- Aug 23, 2013, 8:17:39 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130711/pswarp/src/pswarpOverlaps.c
r35563 r36014 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.
