Changeset 6401
- Timestamp:
- Feb 9, 2006, 10:23:15 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_rel9_p0/psModules/src/astrom/pmFPAWrite.c
r6124 r6401 42 42 for (int i = 0; i < chips->n; i++) { 43 43 pmChip *chip = chips->data[i]; // The component chip 44 if (chip ->exists && chip->process) {44 if (chip && chip->exists && chip->process) { 45 45 psTrace(__func__, 1, "Writing out chip %d...\n", i); 46 46 … … 50 50 for (int j = 0; j < cells->n; j++) { 51 51 pmCell *cell = cells->data[j]; // The component cell 52 if (cell ->exists && cell->process) {52 if (cell && cell->exists && cell->process) { 53 53 psTrace(__func__, 2, "Writing out cell, %d...\n", j); 54 54
Note:
See TracChangeset
for help on using the changeset viewer.
