Index: trunk/psLib/src/astro/psCoord.h
===================================================================
--- trunk/psLib/src/astro/psCoord.h	(revision 4321)
+++ trunk/psLib/src/astro/psCoord.h	(revision 4330)
@@ -10,6 +10,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-06-20 22:42:29 $
+*  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-06-21 03:01:37 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -188,6 +188,6 @@
 
 psPlaneTransform* psPlaneTransformAlloc(
-    psS32 n1,  ///< The order of the x term in the transform.
-    psS32 n2   ///< The order of the y term in the transform.
+    int n1,                            ///< The order of the x term in the transform.
+    int n2                             ///< The order of the y term in the transform.
 );
 
@@ -223,6 +223,6 @@
     const psPlaneDistort* transform,   ///< the transform to apply
     const psPlane* coords,             ///< the coordinate to apply the transform above.
-    float term3,                       ///< third term -- maybe magnitude
-    float term4                        ///< forth term -- maybe color
+    float mag,                         ///< third term -- maybe magnitude
+    float color                        ///< forth term -- maybe color
 );
 
@@ -283,8 +283,8 @@
  */
 psProjection* psProjectionAlloc(
-    psF64 R,                   ///< Right-ascension of projection center.
-    psF64 D,                   ///< Declination of projection center.
-    psF64 Xs,                  ///< Scale in x-dimension
-    psF64 Ys,                  ///< Scale in y-dimension
+    double R,                   ///< Right-ascension of projection center.
+    double D,                   ///< Declination of projection center.
+    double Xs,                  ///< Scale in x-dimension
+    double Ys,                  ///< Scale in y-dimension
     psProjectionType type
 );
