IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2007, 5:17:18 PM (19 years ago)
Author:
magnier
Message:

dropping pmFPA.wrote_phu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPA.c

    r12838 r14201  
    279279    tmpCell->file_exists = false;       // Not yet identified
    280280    tmpCell->data_exists = false;       // Not yet read in
    281     tmpCell->wrote_phu = false;
    282281
    283282    tmpCell->concepts = psMetadataAlloc();
     
    314313    tmpChip->file_exists = false;       // Not yet identified
    315314    tmpChip->data_exists = false;       // Not yet read in
    316     tmpChip->wrote_phu = false;
    317315
    318316    tmpChip->concepts = psMetadataAlloc();
     
    341339    tmpFPA->chips = psArrayAlloc(0);
    342340    tmpFPA->hdu = NULL;
    343     tmpFPA->wrote_phu = false;
    344341
    345342    tmpFPA->concepts = psMetadataAlloc();
Note: See TracChangeset for help on using the changeset viewer.