Changeset 5462 for trunk/archive/scripts/src/phase2/pmFPA.c
- Timestamp:
- Nov 2, 2005, 3:30:32 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/archive/scripts/src/phase2/pmFPA.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/scripts/src/phase2/pmFPA.c
r5371 r5462 202 202 pmReadout *readout = psAlloc(sizeof(pmReadout)); 203 203 psMemSetDeallocator(readout, (psFreeFunc)p_pmReadoutFree); 204 cell->readouts = psArrayAdd(cell->readouts, 0, readout); 204 if (cell) { 205 cell->readouts = psArrayAdd(cell->readouts, 0, readout); 206 } 205 207 206 208 // Set the components
Note:
See TracChangeset
for help on using the changeset viewer.
