Index: trunk/psLib/src/astro/psCoord.h
===================================================================
--- trunk/psLib/src/astro/psCoord.h	(revision 1293)
+++ trunk/psLib/src/astro/psCoord.h	(revision 1296)
@@ -10,6 +10,6 @@
  *  @author George Gusciora, MHPCC
  *
- *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-07-24 02:42:59 $
+ *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-07-27 05:28:05 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -59,10 +59,8 @@
 typedef struct
 {
-    double sinNPlon;   ///< sin of North Pole longitude
-    double cosNPlon;   ///< cos of North Pole longitude
-    double sinNPlat;   ///< sin of North Pole latitude
-    double cosNPlat;   ///< cos of North Pole latitude
-    double sinZP;      ///< sin of Forst PT os Ares lon
-    double cosZP;      ///< cos of Forst PT os Ares lon
+    double sinPhi;                    ///< sin of North Pole lattitude
+    double cosPhi;                    ///< cos of North Pole lattitude
+    double Xo;                        ///< First PT of Ares lon
+    double xo;                        ///< First PT of Ares equiv lon
 }
 psSphereTransform;
@@ -112,7 +110,7 @@
 
 
-psSphereTransform *psSphereTransformAlloc(double NPlon,
-        double NPlat,
-        double ZP);
+psSphereTransform *psSphereTransformAlloc(double NPlat,
+        double Xo,
+        double xo);
 
 void p_psSphereTransformFree(psSphereTransform *trans);
