Index: trunk/psLib/test/astronomy/tst_psAstrometry01.c
===================================================================
--- trunk/psLib/test/astronomy/tst_psAstrometry01.c	(revision 4059)
+++ trunk/psLib/test/astronomy/tst_psAstrometry01.c	(revision 4143)
@@ -5,6 +5,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-05-20 00:44:12 $
+*  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-06-08 00:26:01 $
 *
 * XXX: Must test
@@ -381,8 +381,7 @@
 
     printf("grom->latitude is %.2f\n", grom->latitude);
-    printf("grom->sinLat is %.2f\n", grom->sinLat);
-    printf("grom->cosLat is %.2f\n", grom->cosLat);
+    printf("grom->longitude is %.2f\n", grom->longitude);
+    printf("grom->height is %.2f\n", grom->height);
     printf("grom->abberationMag is %.2f\n", grom->abberationMag);
-    printf("grom->height is %.2f\n", grom->height);
     printf("grom->temperature is %.2f\n", grom->temperature);
     printf("grom->pressure is %.2f\n", grom->pressure);
@@ -392,5 +391,5 @@
     printf("grom->refractA is %.2f\n", grom->refractA);
     printf("grom->refractB is %.2f\n", grom->refractB);
-    printf("grom->longitudeOffset is %.2f\n", grom->longitudeOffset);
+
     // printf("grom->siderealTime is %.2f\n", grom->siderealTime);
 
