Index: trunk/psLib/test/image/tst_psImageFFT.c
===================================================================
--- trunk/psLib/test/image/tst_psImageFFT.c	(revision 3785)
+++ trunk/psLib/test/image/tst_psImageFFT.c	(revision 3884)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-15 00:12:09 $
+ *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-05-11 22:02:16 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -68,5 +68,5 @@
 
     // 1. assign a image to a radial sinisoid
-    GENIMAGE(img,m,n,F32, sinf((32.0f-row)/32.0f*PS_PI)+sinf((64.0f-col)/64.0f*PS_PI));
+    GENIMAGE(img,m,n,F32, sinf((32.0f-row)/32.0f*M_PI)+sinf((64.0f-col)/64.0f*M_PI));
 
     // 2. perform a forward transform
Index: trunk/psLib/test/image/tst_psImageManip.c
===================================================================
--- trunk/psLib/test/image/tst_psImageManip.c	(revision 3785)
+++ 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;
         }
 
