Index: trunk/psLib/src/astro/psCoord.h
===================================================================
--- trunk/psLib/src/astro/psCoord.h	(revision 2200)
+++ trunk/psLib/src/astro/psCoord.h	(revision 2204)
@@ -10,6 +10,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-26 22:32:09 $
+*  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-27 00:57:30 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -173,6 +173,6 @@
 
 psPlaneTransform* psPlaneTransformAlloc(
-    int n1,  ///< The order of the x term in the transform.
-    int n2   ///< The order of the y term in the transform.
+    psS32 n1,  ///< The order of the x term in the transform.
+    psS32 n2   ///< The order of the y term in the transform.
 );
 
@@ -193,8 +193,8 @@
 
 psPlaneDistort* psPlaneDistortAlloc(
-    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.
+    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.
 );
 
