Index: /trunk/psLib/src/image/psImageManip.c
===================================================================
--- /trunk/psLib/src/image/psImageManip.c	(revision 1826)
+++ /trunk/psLib/src/image/psImageManip.c	(revision 1827)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-28 01:18:04 $
+ *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-09-17 23:57:41 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -725,5 +725,5 @@
         int numRows = in->numRows;
         int numCols = in->numCols;
-        double centerX = (float)(numCols) / 2.0f;
+        float centerX = (float)(numCols) / 2.0f;
         float centerY = (float)(numRows) / 2.0f;
         float t = angle * (3.14159265358f / 180.0f);
