Index: /trunk/psLib/src/image/psImageManip.c
===================================================================
--- /trunk/psLib/src/image/psImageManip.c	(revision 2860)
+++ /trunk/psLib/src/image/psImageManip.c	(revision 2861)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-01-03 21:58:53 $
+ *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-01-03 22:02:35 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -676,5 +676,5 @@
     }
     // put the angle in the range of 0...2PI.
-    angle = angle - (2.0*PS_PI) * floor(angle / (2.0*PS_PI));
+    angle = (float)((double)angle - (2.0*PS_PI) * floor(angle / (2.0*PS_PI)));
 
     if (fabsf(angle - PS_PI_2) < FLT_EPSILON) {
Index: /trunk/psLib/test/image/verified/tst_psImageManip.stderr
===================================================================
--- /trunk/psLib/test/image/verified/tst_psImageManip.stderr	(revision 2860)
+++ /trunk/psLib/test/image/verified/tst_psImageManip.stderr	(revision 2861)
@@ -148,8 +148,4 @@
 <DATE><TIME>|<HOST>|E|psImageOverlaySection (psImageManip.c:<LINENO>)
     Input overlay psImage type, psS64, must match input psImage type, psF32.
-<DATE><TIME>|<HOST>|I|testImageOverlay
-    Following should error as overlay and image are not valid for the psImageOverlaySection function.
-<DATE><TIME>|<HOST>|E|psImageOverlaySection (psImageManip.c:<LINENO>)
-    Specified psImage type, psS64, is not supported.
 
 ---> TESTPOINT PASSED (psImage{psImageOverlay} | tst_psImageManip.c)
@@ -213,36 +209,4 @@
 \**********************************************************************************/
 
-<DATE><TIME>|<HOST>|I|testImageRotate
-    Following should be an error invalid type for rotate.
-<DATE><TIME>|<HOST>|E|psImageRotate (psImageManip.c:<LINENO>)
-    Specified psImage type, psS32, is not supported.
-<DATE><TIME>|<HOST>|I|testImageRotate
-    Following should be an error invalid type for rotate.
-<DATE><TIME>|<HOST>|E|psImageRotate (psImageManip.c:<LINENO>)
-    Specified psImage type, psS32, is not supported.
-<DATE><TIME>|<HOST>|I|testImageRotate
-    Following should be an error invalid type for rotate.
-<DATE><TIME>|<HOST>|E|psImageRotate (psImageManip.c:<LINENO>)
-    Specified psImage type, psS32, is not supported.
-<DATE><TIME>|<HOST>|I|testImageRotate
-    Following should be an error invalid type for rotate.
-<DATE><TIME>|<HOST>|E|psImageRotate (psImageManip.c:<LINENO>)
-    Specified psImage type, psS32, is not supported.
-<DATE><TIME>|<HOST>|I|testImageRotate
-    Following should be an error invalid type for rotate.
-<DATE><TIME>|<HOST>|E|psImageRotate (psImageManip.c:<LINENO>)
-    Specified psImage type, psS32, is not supported.
-<DATE><TIME>|<HOST>|I|testImageRotate
-    Following should be an error invalid type for rotate.
-<DATE><TIME>|<HOST>|E|psImageRotate (psImageManip.c:<LINENO>)
-    Specified psImage type, psS32, is not supported.
-<DATE><TIME>|<HOST>|I|testImageRotate
-    Following should be an error invalid type for rotate.
-<DATE><TIME>|<HOST>|E|psImageRotate (psImageManip.c:<LINENO>)
-    Specified psImage type, psS32, is not supported.
-<DATE><TIME>|<HOST>|I|testImageRotate
-    Following should be an error invalid type for rotate.
-<DATE><TIME>|<HOST>|E|psImageRotate (psImageManip.c:<LINENO>)
-    Specified psImage type, psS32, is not supported.
 <DATE><TIME>|<HOST>|I|testImageRotate
     Following should be an error
