IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1962


Ignore:
Timestamp:
Oct 5, 2004, 12:23:04 PM (22 years ago)
Author:
evanalst
Message:

Fix invalid mask condition for psImageSlice.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImageExtraction.c

    r1960 r1962  
    99 *  @author Robert DeSonia, MHPCC
    1010 *
    11  *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-10-05 21:30:48 $
     11 *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-10-05 22:23:04 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    472472                       inCols, inRows);
    473473            psFree(out);
     474            return NULL;
    474475        }
    475476        if (mask->type.type != PS_TYPE_MASK) {
     
    481482                       typeStr, PS_TYPE_MASK_NAME);
    482483            psFree(out);
     484            return NULL;
    483485        }
    484486    }
Note: See TracChangeset for help on using the changeset viewer.