IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2004, 1:57:00 PM (22 years ago)
Author:
desonia
Message:

added test for psImageClip().

File:
1 edited

Legend:

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

    r889 r938  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-06-07 00:32:53 $
     11 *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-06-08 23:56:34 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    21202120        return 0;
    21212121    }
     2122
     2123    if (max < min) {
     2124        psError(__func__,"psImageClip can not be invoked with max < min.");
     2125        return 0;
     2126    }
     2127
    21222128    numRows = input->numRows;
    21232129    numCols = input->numCols;
Note: See TracChangeset for help on using the changeset viewer.