IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2008, 2:01:26 PM (18 years ago)
Author:
eugene
Message:

src/objects/Makefile.am

File:
1 edited

Legend:

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

    r18364 r18830  
    176176    readout->col0 = 0;
    177177    readout->row0 = 0;
    178     readout->imageScan = 0;
    179     readout->maskScan = 0;
    180     readout->weightScan = 0;
     178
     179    readout->thisImageScan = 0;
     180    readout->thisMaskScan = 0;
     181    readout->thisWeightScan = 0;
     182
     183    readout->lastImageScan = 0;
     184    readout->lastMaskScan = 0;
     185    readout->lastWeightScan = 0;
    181186}
    182187
     
    269274    tmpReadout->col0 = 0;
    270275
    271     tmpReadout->imageScan = 0;
    272     tmpReadout->maskScan = 0;
    273     tmpReadout->weightScan = 0;
     276    tmpReadout->thisImageScan = 0;
     277    tmpReadout->thisMaskScan = 0;
     278    tmpReadout->thisWeightScan = 0;
     279
     280    tmpReadout->lastImageScan = 0;
     281    tmpReadout->lastMaskScan = 0;
     282    tmpReadout->lastWeightScan = 0;
    274283
    275284    return(tmpReadout);
Note: See TracChangeset for help on using the changeset viewer.