- Timestamp:
- May 8, 2013, 4:41:42 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130419/pswarp/src/pswarpOverlaps.c
r35525 r35535 83 83 } 84 84 } 85 // fprintf (stderr, "bounds %d : %f - %f, %f - %f\n", view->chip, Pmin, Pmax, Qmin, Qmax);86 85 pswarpBoundsAppend (bounds, Pmin, Pmax, Qmin, Qmax); 87 86 } … … 215 214 pmChip *inputChip = inputChips->data[nChip]; 216 215 for (int nCell = 0; nCell < inputChip->cells->n; nCell++) { 217 fprintf (stderr, "input %d, %d : output %d\n", nChip, nCell, j);218 216 psArrayAdd (inputCells, 8, inputChip->cells->data[nCell]); 219 217 }
Note:
See TracChangeset
for help on using the changeset viewer.
