Changeset 10548 for trunk/psLib/src/imageops/psImageStats.c
- Timestamp:
- Dec 8, 2006, 1:37:31 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageStats.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageStats.c
r9730 r10548 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.10 1$ $Name: not supported by cvs2svn $12 * @date $Date: 2006-1 0-24 22:52:55$11 * @version $Revision: 1.102 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-12-08 11:37:31 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 108 108 } 109 109 110 stats =psVectorStats(stats, junkData, NULL, junkMask, maskVal);110 psVectorStats(stats, junkData, NULL, junkMask, maskVal); 111 111 112 112 psFree(junkMask); … … 588 588 return -1; 589 589 }/* 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 */590 psError(PS_ERR_BAD_PARAMETER_VALUE, true, 591 "Invalid psRegion specified. Region contains only 1 pixel.\n"); 592 return -1; 593 } 594 */ 595 595 x0 = col0; 596 596 x1 = col1;
Note:
See TracChangeset
for help on using the changeset viewer.
