Index: trunk/psLib/src/astro/psCoord.h
===================================================================
--- trunk/psLib/src/astro/psCoord.h	(revision 5624)
+++ trunk/psLib/src/astro/psCoord.h	(revision 5814)
@@ -11,6 +11,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-11-30 02:00:00 $
+ *  @version $Revision: 1.49 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-12-20 05:05:37 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -169,6 +169,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.
+    int order1,                        ///< The order of the x term in the transform.
+    int order2                         ///< The order of the y term in the transform.
 );
 
@@ -189,8 +189,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.
+    int order1,                        ///< The order of the w term in the transform.
+    int order2,                        ///< The order of the x term in the transform.
+    int order3,                        ///< The order of the y term in the transform.
+    int order4                         ///< The order of the z term in the transform.
 );
 
