Changeset 938 for trunk/psLib/src/image/psImage.c
- Timestamp:
- Jun 8, 2004, 1:57:00 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImage.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImage.c
r889 r938 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1.2 5$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-06-0 7 00:32:53$11 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-06-08 23:56:34 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 2120 2120 return 0; 2121 2121 } 2122 2123 if (max < min) { 2124 psError(__func__,"psImageClip can not be invoked with max < min."); 2125 return 0; 2126 } 2127 2122 2128 numRows = input->numRows; 2123 2129 numCols = input->numCols;
Note:
See TracChangeset
for help on using the changeset viewer.
