IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11157


Ignore:
Timestamp:
Jan 18, 2007, 6:35:12 PM (19 years ago)
Author:
magnier
Message:

correctly return errors in pmReadoutGenerateMaskWeight

File:
1 edited

Legend:

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

    r10247 r11157  
    282282    bool success = true;                // Was everything successful?
    283283
    284     success |= pmReadoutGenerateMask(readout);
    285     success |= pmReadoutGenerateWeight(readout, poisson);
     284    success &= pmReadoutGenerateMask(readout);
     285    success &= pmReadoutGenerateWeight(readout, poisson);
    286286
    287287    return success;
Note: See TracChangeset for help on using the changeset viewer.