Changeset 17809 for trunk/psLib/src/imageops/psImageConvolve.c
- Timestamp:
- May 24, 2008, 12:47:11 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageConvolve.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageConvolve.c
r17808 r17809 7 7 /// @author Eugene Magnier, IfA 8 8 /// 9 /// @version $Revision: 1. 69$ $Name: not supported by cvs2svn $10 /// @date $Date: 2008-05-24 22:4 5:31 $9 /// @version $Revision: 1.70 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2008-05-24 22:47:11 $ 11 11 /// 12 12 /// Copyright 2004-2007 Institute for Astronomy, University of Hawaii … … 860 860 if (masking) { 861 861 // Mask from the minimum to the end of the column 862 for (int i = min; i < num Cols; i++) {862 for (int i = min; i < numRows; i++) { 863 863 outData[i][x] |= setVal; 864 864 }
Note:
See TracChangeset
for help on using the changeset viewer.
