Changeset 21284 for trunk/psLib/src/imageops/psImageInterpolate.c
- Timestamp:
- Feb 4, 2009, 10:46:40 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageInterpolate.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageInterpolate.c
r21281 r21284 7 7 * @author Paul Price, IfA 8 8 * 9 * @version $Revision: 1.3 3$ $Name: not supported by cvs2svn $10 * @date $Date: 2009-02-04 02:58:25$9 * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2009-02-04 20:46:40 $ 11 11 * 12 12 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii … … 983 983 for (int y = 0; y < size; y++) { 984 984 for (int x = 0; x < size; x++) { 985 kernel-> kernel[y][x] = yKernel[y] * xKernel[x];985 kernel->image->data.F32[y][x] = yKernel[y] * xKernel[x]; 986 986 } 987 987 }
Note:
See TracChangeset
for help on using the changeset viewer.
