IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17496


Ignore:
Timestamp:
May 1, 2008, 9:20:51 AM (18 years ago)
Author:
Paul Price
Message:

Fixing another logical error.

File:
1 edited

Legend:

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

    r17493 r17496  
    44 *  @author GLG, MHPCC
    55 *
    6  *  @version $Revision: 1.89 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2008-04-30 11:32:06 $
     6 *  @version $Revision: 1.90 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2008-05-01 19:20:51 $
    88 *
    99 *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
     
    652652        PM_ASSERT_READOUT_NON_NULL(ro2, false);
    653653        PM_ASSERT_READOUT_IMAGE(ro2, false);
    654         if (numCols != 0 && numRows != 0) {
     654        if (numCols == 0 && numRows == 0) {
    655655            numCols = ro2->image->numCols;
    656656            numRows = ro2->image->numRows;
Note: See TracChangeset for help on using the changeset viewer.