Index: trunk/psLib/src/imageops/psImagePixelExtract.c
===================================================================
--- trunk/psLib/src/imageops/psImagePixelExtract.c	(revision 12741)
+++ trunk/psLib/src/imageops/psImagePixelExtract.c	(revision 20306)
@@ -8,6 +8,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-04-04 22:42:02 $
+ *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2008-10-22 02:10:37 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -679,6 +679,6 @@
     float dY = (endRow - startRow) / (float)(nSamples-1);
 
-    psImageInterpolateOptions *interp = psImageInterpolateOptionsAlloc(mode, input, NULL, mask, maskVal,
-                                                                       0, 0, 0, 0, 0);
+    psImageInterpolation *interp = psImageInterpolationAlloc(mode, input, NULL, mask, maskVal,
+                                                             0, 0, 0, 0, 0, 0);
 
     #define LINEAR_CUT_CASE(TYPE) \
