Index: trunk/psLib/src/astronomy/psCoord.c
===================================================================
--- trunk/psLib/src/astronomy/psCoord.c	(revision 2436)
+++ trunk/psLib/src/astronomy/psCoord.c	(revision 2583)
@@ -10,6 +10,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-11-24 22:14:39 $
+*  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-12-01 19:56:05 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -249,4 +249,5 @@
 }
 
+// XXX: SHould these be in radians, not degrees?
 psSphereTransform* psSphereTransformICRSToGalatic(void)
 {
@@ -254,4 +255,5 @@
 }
 
+// XXX: SHould these be in radians, not degrees?
 psSphereTransform* psSphereTransformGalaticToICRS(void)
 {
@@ -534,4 +536,10 @@
                           const psTime *toTime)
 {
+    psF64 fromMJD = fromTime->sec/86400.0 + fromTime->usec/86400000000.0 + 40587.0;
+    psF64 toMJD = toTime->sec/86400.0 + toTime->usec/86400000000.0 + 40587.0;
+    psF64 = (toMJD - fromMJD) / 36525.0;
+
+
+
     return(NULL);
 }
