Changeset 11687 for trunk/psModules/src/camera/pmHDUGenerate.c
- Timestamp:
- Feb 7, 2007, 1:58:17 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmHDUGenerate.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmHDUGenerate.c
r11254 r11687 119 119 break; 120 120 default: 121 psAbort( __func__,"Shouldn't ever get here!\n");121 psAbort("Shouldn't ever get here!\n"); 122 122 } 123 123 … … 381 381 psRegion *trimsec = psMetadataLookupPtr(&mdok, cell->concepts, "CELL.TRIMSEC"); // Trim section 382 382 if (!mdok || !trimsec) { 383 psAbort( __func__,"Shouldn't ever get here --- CELL.TRIMSEC should have been set above.\n");383 psAbort("Shouldn't ever get here --- CELL.TRIMSEC should have been set above.\n"); 384 384 } 385 385 psList *biassecs = psMetadataLookupPtr(&mdok, cell->concepts, "CELL.BIASSEC"); // Bias secionts 386 386 if (!mdok || !biassecs) { 387 psAbort( __func__,"Shouldn't ever get here --- CELL.BIASSEC should have been set above.\n");387 psAbort("Shouldn't ever get here --- CELL.BIASSEC should have been set above.\n"); 388 388 } 389 389 psListIterator *biassecsIter = psListIteratorAlloc(biassecs, PS_LIST_HEAD, false); // Iterator … … 557 557 return pmHDUGenerateForChip(cell->parent); 558 558 default: 559 psAbort( __func__,"Shouldn't ever get here: check your camera format configuration.\n");559 psAbort("Shouldn't ever get here: check your camera format configuration.\n"); 560 560 } 561 561 return false; … … 605 605 return pmHDUGenerateForFPA(chip->parent); 606 606 default: 607 psAbort( __func__,"Shouldn't ever get here: check your camera format configuration.\n");607 psAbort("Shouldn't ever get here: check your camera format configuration.\n"); 608 608 } 609 609 return false; … … 647 647 } 648 648 default: 649 psAbort( __func__,"Shouldn't ever get here: check your camera format configuration.\n");649 psAbort("Shouldn't ever get here: check your camera format configuration.\n"); 650 650 } 651 651 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
