Changeset 12603 for trunk/psModules/src/camera/pmFPA.c
- Timestamp:
- Mar 27, 2007, 10:49:57 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPA.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPA.c
r11676 r12603 277 277 tmpCell->file_exists = false; // Not yet identified 278 278 tmpCell->data_exists = false; // Not yet read in 279 tmpCell->wrote_phu = false; 279 280 280 281 tmpCell->concepts = psMetadataAlloc(); … … 311 312 tmpChip->file_exists = false; // Not yet identified 312 313 tmpChip->data_exists = false; // Not yet read in 314 tmpChip->wrote_phu = false; 313 315 314 316 tmpChip->concepts = psMetadataAlloc(); … … 337 339 tmpFPA->chips = psArrayAlloc(0); 338 340 tmpFPA->hdu = NULL; 341 tmpFPA->wrote_phu = false; 339 342 340 343 tmpFPA->concepts = psMetadataAlloc();
Note:
See TracChangeset
for help on using the changeset viewer.
