Changeset 20315
- Timestamp:
- Oct 21, 2008, 5:05:00 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageInterpolate.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageInterpolate.c
r20314 r20315 7 7 * @author Paul Price, IfA 8 8 * 9 * @version $Revision: 1.2 5$ $Name: not supported by cvs2svn $10 * @date $Date: 2008-10-22 03:0 2:28$9 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2008-10-22 03:05:00 $ 11 11 * 12 12 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii … … 511 511 ySumKernel2 += yKernel2[i] = PS_SQR(yKernel2[i]); 512 512 } 513 } else { 514 // Required for compilation when optimising 515 xSumKernel2 = ySumKernel2 = 0.0; 516 xKernel2 = yKernel2 = NULL; 513 517 } 514 518 }
Note:
See TracChangeset
for help on using the changeset viewer.
