IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17387


Ignore:
Timestamp:
Apr 7, 2008, 5:10:29 PM (18 years ago)
Author:
Paul Price
Message:

Fixing logical error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtraction.c

    r17383 r17387  
    44 *  @author GLG, MHPCC
    55 *
    6  *  @version $Revision: 1.86 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2008-04-08 03:03:19 $
     6 *  @version $Revision: 1.87 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2008-04-08 03:10:29 $
    88 *
    99 *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
     
    648648        y0 = ro1->row0;
    649649    }
    650     if (kernels->mode != PM_SUBTRACTION_MODE_2 || kernels->mode == PM_SUBTRACTION_MODE_DUAL) {
     650    if (kernels->mode == PM_SUBTRACTION_MODE_2 || kernels->mode == PM_SUBTRACTION_MODE_DUAL) {
    651651        PM_ASSERT_READOUT_NON_NULL(out2, false);
    652652        PM_ASSERT_READOUT_NON_NULL(ro2, false);
Note: See TracChangeset for help on using the changeset viewer.