Changeset 14201 for trunk/psModules/src/camera/pmFPA.c
- Timestamp:
- Jul 13, 2007, 5:17:18 PM (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
r12838 r14201 279 279 tmpCell->file_exists = false; // Not yet identified 280 280 tmpCell->data_exists = false; // Not yet read in 281 tmpCell->wrote_phu = false;282 281 283 282 tmpCell->concepts = psMetadataAlloc(); … … 314 313 tmpChip->file_exists = false; // Not yet identified 315 314 tmpChip->data_exists = false; // Not yet read in 316 tmpChip->wrote_phu = false;317 315 318 316 tmpChip->concepts = psMetadataAlloc(); … … 341 339 tmpFPA->chips = psArrayAlloc(0); 342 340 tmpFPA->hdu = NULL; 343 tmpFPA->wrote_phu = false;344 341 345 342 tmpFPA->concepts = psMetadataAlloc();
Note:
See TracChangeset
for help on using the changeset viewer.
