Index: trunk/psLib/src/astronomy/psCoord.h
===================================================================
--- trunk/psLib/src/astronomy/psCoord.h	(revision 1374)
+++ trunk/psLib/src/astronomy/psCoord.h	(revision 1385)
@@ -10,6 +10,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-04 00:55:17 $
+*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-04 23:37:39 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -30,42 +30,42 @@
 
 typedef struct
-    {
-        double x;      ///< x position
-        double y;      ///< y position
-        double xErr;   ///< Error in x position
-        double yErr;   ///< Error in y position
-    }
+{
+    double x;      ///< x position
+    double y;      ///< y position
+    double xErr;   ///< Error in x position
+    double yErr;   ///< Error in y position
+}
 psPlane;
 
 typedef struct
-    {
-        double r;      ///< RA
-        double d;      ///< Dec
-        double rErr;   ///< Error in RA
-        double dErr;   ///< Error in Dec
-    }
+{
+    double r;      ///< RA
+    double d;      ///< Dec
+    double rErr;   ///< Error in RA
+    double dErr;   ///< Error in Dec
+}
 psSphere;
 
 typedef struct
-    {
-        psDPolynomial2D *x;
-        psDPolynomial2D *y;
-    }
+{
+    psDPolynomial2D *x;
+    psDPolynomial2D *y;
+}
 psPlaneTransform;
 
 typedef struct
-    {
-        psDPolynomial4D *x;
-        psDPolynomial4D *y;
-    }
+{
+    psDPolynomial4D *x;
+    psDPolynomial4D *y;
+}
 psPlaneDistort;
 
 typedef struct
-    {
-        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
-    }
+{
+    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;
 
@@ -82,11 +82,11 @@
 
 typedef struct
-    {
-        double R;     ///< Coordinates of projection center
-        double D;     ///< Coordinates of projection center
-        double Xs;    ///< plate-scale in X direction
-        double Ys;    ///< plate-scale in Y direction
-        psProjectionType type;  ///< Projection type
-    }
+{
+    double R;     ///< Coordinates of projection center
+    double D;     ///< Coordinates of projection center
+    double Xs;    ///< plate-scale in X direction
+    double Ys;    ///< plate-scale in Y direction
+    psProjectionType type;  ///< Projection type
+}
 psProjection;
 
@@ -106,5 +106,5 @@
                                 const psPlaneTransform *transform,
                                 const psPlane *coords );
-                                
+
 psPlane *psPlaneDistortApply( psPlane *out,
                               const psPlaneDistort *transform,
@@ -112,11 +112,11 @@
                               float term3,
                               float term4 );
-                              
-                              
+
+
 // New function prototype.
 psSphereTransform *psSphereTransformAlloc( double NPlat,
         double Xo,
         double xo );
-        
+
 void p_psSphereTransformFree( psSphereTransform *trans );
 
@@ -124,5 +124,5 @@
                                   const psSphereTransform *transform,
                                   const psSphere *coord );
-                                  
+
 psSphereTransform *psSphereTransformICRStoEcliptic( psTime time );
 psSphereTransform *psSphereTransformEcliptictoICRS( psTime time );
@@ -132,18 +132,18 @@
 psPlane *psProject( const psSphere *coord,
                     const psProjection *projection );
-                    
+
 psSphere *psDeproject( const psPlane *coord,
                        const psProjection *projection );
-                       
+
 psSphere *psSphereGetOffset( const psSphere *restrict position1,
                              const psSphere *restrict position2,
                              psSphereOffsetMode mode,
                              psSphereOffsetUnit unit );
-                             
+
 psSphere *psSphereSetOffset( const psSphere *restrict position,
                              const psSphere *restrict offset,
                              psSphereOffsetMode mode,
                              psSphereOffsetUnit unit );
-                             
+
 /// @}
 
