Index: trunk/psLib/src/imageops/psImageInterpolate.c
===================================================================
--- trunk/psLib/src/imageops/psImageInterpolate.c	(revision 21281)
+++ trunk/psLib/src/imageops/psImageInterpolate.c	(revision 21284)
@@ -7,6 +7,6 @@
  *  @author Paul Price, IfA
  *
- *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2009-02-04 02:58:25 $
+ *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2009-02-04 20:46:40 $
  *
  *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
@@ -983,5 +983,5 @@
     for (int y = 0; y < size; y++) {
         for (int x = 0; x < size; x++) {
-            kernel->kernel[y][x] = yKernel[y] * xKernel[x];
+            kernel->image->data.F32[y][x] = yKernel[y] * xKernel[x];
         }
     }
