Changeset 7278 for trunk/psModules/src/camera/pmHDUGenerate.c
- Timestamp:
- Jun 1, 2006, 2:55:23 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmHDUGenerate.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmHDUGenerate.c
r7257 r7278 437 437 ) 438 438 { 439 PS_ASSERT_PTR_NON_NULL(cell, false); 440 439 441 // Get the HDU and a list of cells below it 440 442 pmHDU *hdu = pmHDUFromCell(cell); // The HDU in the cell … … 487 489 ) 488 490 { 491 PS_ASSERT_PTR_NON_NULL(chip, false); 492 489 493 // Get the HDU and a list of cells below it 490 494 pmHDU *hdu = pmHDUFromChip(chip); // The HDU in the chip … … 536 540 ) 537 541 { 542 PS_ASSERT_PTR_NON_NULL(fpa, false); 543 538 544 // Get the HDU and a list of cells below it 539 545 pmHDU *hdu = pmHDUFromFPA(fpa); // The HDU in the FPA
Note:
See TracChangeset
for help on using the changeset viewer.
