Index: trunk/psLib/src/astro/psCoord.h
===================================================================
--- trunk/psLib/src/astro/psCoord.h	(revision 4190)
+++ trunk/psLib/src/astro/psCoord.h	(revision 4321)
@@ -10,6 +10,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-06-09 19:26:47 $
+*  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-06-20 22:42:29 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -208,8 +208,8 @@
 
 psPlaneDistort* psPlaneDistortAlloc(
-    psS32 n1,  ///< The order of the w term in the transform.
-    psS32 n2,  ///< The order of the x term in the transform.
-    psS32 n3,  ///< The order of the y term in the transform.
-    psS32 n4   ///< The order of the z term in the transform.
+    int n1,                            ///< The order of the w term in the transform.
+    int n2,                            ///< The order of the x term in the transform.
+    int n3,                            ///< The order of the y term in the transform.
+    int n4                             ///< The order of the z term in the transform.
 );
 
