Changeset 10999 for trunk/psLib/src/imageops/psImageStats.c
- Timestamp:
- Jan 9, 2007, 12:38:53 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageStats.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageStats.c
r10548 r10999 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.10 2$ $Name: not supported by cvs2svn $12 * @date $Date: 200 6-12-08 11:37:31$11 * @version $Revision: 1.103 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-01-09 22:38:52 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 15 15 */ 16 17 #ifdef HAVE_CONFIG_H 18 # include "config.h" 19 #endif 16 20 17 21 #include <stdlib.h> … … 588 592 return -1; 589 593 }/* else if (col0 == col1 && row0 == row1) { 590 psError(PS_ERR_BAD_PARAMETER_VALUE, true,591 "Invalid psRegion specified. Region contains only 1 pixel.\n");592 return -1;593 }594 */594 psError(PS_ERR_BAD_PARAMETER_VALUE, true, 595 "Invalid psRegion specified. Region contains only 1 pixel.\n"); 596 return -1; 597 } 598 */ 595 599 x0 = col0; 596 600 x1 = col1;
Note:
See TracChangeset
for help on using the changeset viewer.
