Index: trunk/psLib/src/astro/psTime.c
===================================================================
--- trunk/psLib/src/astro/psTime.c	(revision 2028)
+++ trunk/psLib/src/astro/psTime.c	(revision 2032)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-08 23:18:27 $
+ *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-09 00:17:14 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -74,5 +74,6 @@
 }                                                                                                            \
 TIME->sec = 0;                                                                                               \
-TIME->usec = 0;
+TIME->usec = 0;                                                                                              \
+TIME->type = PS_TIME_TAI;
 
 
@@ -915,4 +916,5 @@
 
     ALLOC_TIME(outTime);
+    outTime->type = tai1->type;
 
     outTime->sec = tai1->sec + tai2->sec;
@@ -938,4 +940,5 @@
 
     ALLOC_TIME(outTime);
+    outTime->type = tai1->type;
 
     outTime->sec = tai1->sec - tai2->sec;
@@ -961,4 +964,5 @@
 
     ALLOC_TIME(outTime);
+    outTime->type = tai1->type;
 
     outTime->sec = tai1->sec - tai2->sec;
