Index: trunk/psLib/test/image/tst_psImageManip.c
===================================================================
--- trunk/psLib/test/image/tst_psImageManip.c	(revision 3682)
+++ trunk/psLib/test/image/tst_psImageManip.c	(revision 3884)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-07 20:27:42 $
+ *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-05-11 22:02:16 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -1315,11 +1315,11 @@
 
         if (rot == 90) {
-            radianRot = PS_PI_2;
+            radianRot = M_PI_2;
         } else if (rot == -90) {
-            radianRot = PS_PI+PS_PI_2;
+            radianRot = M_PI+M_PI_2;
         } else if (rot == 180 || rot == -180) {
-            radianRot = PS_PI;
+            radianRot = M_PI;
         } else {
-            radianRot = ((float)rot)*PS_PI/180.0;
+            radianRot = ((float)rot)*M_PI/180.0;
         }
 
