Changeset 6874 for trunk/psLib/src/imageops/psImageStats.c
- Timestamp:
- Apr 17, 2006, 12:00:35 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageStats.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageStats.c
r6778 r6874 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.9 2$ $Name: not supported by cvs2svn $12 * @date $Date: 2006-04- 05 01:49:40$11 * @version $Revision: 1.93 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-04-17 22:00:03 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 31 31 #include "psConstants.h" 32 32 #include "psErrorText.h" 33 #include "psRegion.h" 34 #include "psRegionForImage.h" 33 35 34 36 /// This routine must determine the various statistics for the image. … … 748 750 return -1; 749 751 }/* else if (col0 == col1 && row0 == row1) { 750 psError(PS_ERR_BAD_PARAMETER_VALUE, true,751 "Invalid psRegion specified. Region contains only 1 pixel.\n");752 return -1;753 }754 */752 psError(PS_ERR_BAD_PARAMETER_VALUE, true, 753 "Invalid psRegion specified. Region contains only 1 pixel.\n"); 754 return -1; 755 } 756 */ 755 757 x0 = col0; 756 758 x1 = col1;
Note:
See TracChangeset
for help on using the changeset viewer.
