IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 14, 2004, 1:52:09 PM (22 years ago)
Author:
desonia
Message:

general, pre-release cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmMaskBadPixels.c

    r1874 r2138  
    1919 *  @author Ross Harman, MHPCC
    2020 *
    21  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    22  *  @date $Date: 2004-09-24 01:34:43 $
     21 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     22 *  @date $Date: 2004-10-14 23:52:09 $
    2323 *
    2424 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7878
    7979    // Check input image and its mask are not larger than mask
    80     if(inImage->numRows>mask->numRows || inImage->numCols > mask->numCols) {
     80    if(inImage->numRows > mask->numRows || inImage->numCols > mask->numCols) {
    8181        psErrorMsg(PS_ERRORNAME_DOMAIN "pmMaskBadPixels", PS_ERR_BAD_PARAMETER_SIZE, true,
    8282                   PS_ERRORTEXT_pmMaskBadPixels_SIZE_INPUT_IMAGE,
Note: See TracChangeset for help on using the changeset viewer.