IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 23, 2004, 3:34:43 PM (22 years ago)
Author:
harman
Message:

Added more tests

File:
1 edited

Legend:

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

    r1870 r1874  
    1919 *  @author Ross Harman, MHPCC
    2020 *
    21  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    22  *  @date $Date: 2004-09-23 23:33:54 $
     21 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     22 *  @date $Date: 2004-09-24 01:34:43 $
    2323 *
    2424 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    8686        psErrorMsg(PS_ERRORNAME_DOMAIN "pmMaskBadPixels", PS_ERR_BAD_PARAMETER_SIZE, true,
    8787                   PS_ERRORTEXT_pmMaskBadPixels_SIZE_MASK_IMAGE,
    88                    inImage->numRows, inImage->numCols, mask->numRows, mask->numCols);
     88                   inMask->numRows, inMask->numCols, mask->numRows, mask->numCols);
    8989        return false;
    9090    }
Note: See TracChangeset for help on using the changeset viewer.