Changeset 18727
- Timestamp:
- Jul 24, 2008, 4:03:25 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080719/psModules/src/concepts/pmConcepts.c
r18622 r18727 217 217 218 218 if (cell && (cell->conceptsRead == PM_CONCEPT_SOURCE_NONE)) { 219 pmConceptsBlankCell(cell);220 cell->conceptsRead = PM_CONCEPT_SOURCE_BLANK;219 pmConceptsBlankCell(cell); 220 cell->conceptsRead = PM_CONCEPT_SOURCE_BLANK; 221 221 } 222 222 if (chip && (chip->conceptsRead == PM_CONCEPT_SOURCE_NONE)) { 223 pmConceptsBlankChip(chip);224 chip->conceptsRead = PM_CONCEPT_SOURCE_BLANK;223 pmConceptsBlankChip(chip); 224 chip->conceptsRead = PM_CONCEPT_SOURCE_BLANK; 225 225 } 226 226 if (fpa && (fpa->conceptsRead == PM_CONCEPT_SOURCE_NONE)) { 227 pmConceptsBlankFPA(fpa);228 fpa->conceptsRead = PM_CONCEPT_SOURCE_BLANK;227 pmConceptsBlankFPA(fpa); 228 fpa->conceptsRead = PM_CONCEPT_SOURCE_BLANK; 229 229 } 230 230 … … 665 665 // List of concepts not to copy, for each level. 666 666 // Must be NULL-terminated 667 static const char *dontCopyConceptsFPA[] = { "FPA. NAME", "FPA.CAMERA", 0 };667 static const char *dontCopyConceptsFPA[] = { "FPA.OBS", "FPA.NAME", "FPA.CAMERA", 0 }; 668 668 static const char *dontCopyConceptsChip[] = { "CHIP.NAME", 0 }; 669 669 static const char *dontCopyConceptsCell[] = { "CELL.NAME", "CELL.TRIMSEC", "CELL.BIASSEC", 0 };
Note:
See TracChangeset
for help on using the changeset viewer.
