Index: trunk/psLib/src/astro/psEarthOrientation.c
===================================================================
--- trunk/psLib/src/astro/psEarthOrientation.c	(revision 5446)
+++ trunk/psLib/src/astro/psEarthOrientation.c	(revision 5447)
@@ -9,6 +9,6 @@
 *  @author Robert Daniel DeSonia, MHPCC
 *
-*  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-10-26 01:20:15 $
+*  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-10-27 20:38:18 $
 *
 *  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
@@ -158,12 +158,17 @@
 }
 
-psSphere *psAberration(psSphere *apparent, const psSphere *actual, const psSphere *direction, double speed)
-{
-
-
-    return NULL;
-}
-
-psSphere *psGravityDeflection(psSphere *apparent, psSphere *actual, psSphere *sun)
+psSphere *psAberration(psSphere *actual,
+                       const psSphere *apparent,
+                       const psSphere *direction,
+                       double speed)
+{
+
+
+    return NULL;
+}
+
+psSphere *psGravityDeflection(psSphere *actual,
+                              psSphere *apparent,
+                              psSphere *sun)
 {
     PS_ASSERT_PTR_NON_NULL(apparent, NULL);
@@ -223,5 +228,6 @@
 
 
-double psEOC_ParallaxFactor(const psSphere *coords, const psTime *time)
+double psEOC_ParallaxFactor(const psSphere *coords,
+                            const psTime *time)
 {
 
@@ -373,5 +379,6 @@
 
 
-psEarthPole *psEOC_PrecessionCorr(const psTime *time, psTimeBulletin bulletin)
+psEarthPole *psEOC_PrecessionCorr(const psTime *time,
+                                  psTimeBulletin bulletin)
 {
     return NULL;
@@ -391,5 +398,6 @@
 
 
-psEarthPole* psEOC_GetPolarMotion(const psTime *time, psTimeBulletin bulletin)
+psEarthPole* psEOC_GetPolarMotion(const psTime *time,
+                                  psTimeBulletin bulletin)
 {
     return NULL;
