Index: /trunk/psLib/src/image/psImageGeomManip.c
===================================================================
--- /trunk/psLib/src/image/psImageGeomManip.c	(revision 4209)
+++ /trunk/psLib/src/image/psImageGeomManip.c	(revision 4210)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-05-19 05:18:20 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-10 21:14:10 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -753,5 +753,5 @@
             outPosition.x = col+col0;
             // apply the transform to get the position in the input image
-            inPosition = psPlaneTransformApply(inPosition, outToIn, inPosition);
+            inPosition = psPlaneTransformApply(inPosition, outToIn, outPosition);
 
             if (inPosition == NULL) {
Index: /trunk/psLib/src/imageops/psImageGeomManip.c
===================================================================
--- /trunk/psLib/src/imageops/psImageGeomManip.c	(revision 4209)
+++ /trunk/psLib/src/imageops/psImageGeomManip.c	(revision 4210)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-05-19 05:18:20 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-10 21:14:10 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -753,5 +753,5 @@
             outPosition.x = col+col0;
             // apply the transform to get the position in the input image
-            inPosition = psPlaneTransformApply(inPosition, outToIn, inPosition);
+            inPosition = psPlaneTransformApply(inPosition, outToIn, outPosition);
 
             if (inPosition == NULL) {
