Index: /trunk/psLib/test/astronomy/tst_psAstrometry01.c
===================================================================
--- /trunk/psLib/test/astronomy/tst_psAstrometry01.c	(revision 2106)
+++ /trunk/psLib/test/astronomy/tst_psAstrometry01.c	(revision 2107)
@@ -5,6 +5,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-13 23:58:20 $
+*  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-14 01:53:20 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -369,47 +369,4 @@
 
     return(testStatus);
-}
-
-int test3a( void )
-{
-    int x;
-    int y;
-    psPlane fpaCoord;
-    psFPA *myFPA = genSystem();
-    psCell *myCell = NULL;
-    psPlane chipCoord;
-    psPlane cellCoord;
-    psPlane testCoord;
-
-    int xReadout = 0;
-    int xFPA = 0;
-    for (int chip=0;chip<NUM_CHIPS;chip++) {
-        for (int cell=0;cell<NUM_CELLS;cell++) {
-            for(x=0;x<CELL_WIDTH;x++) {
-                for (y=0;y<CELL_HEIGHT;y++) {
-                    fpaCoord.x = (double) xFPA;
-                    fpaCoord.y = (double) y;
-                    printf("------------------ (%f, %f) ------------------\n", fpaCoord.x, fpaCoord.y);
-                }
-                xFPA++;
-                xReadout++;
-            }
-            // We skip the gaps between cells.
-            for(x=0;x<CELL_GAP;x++) {
-                printf("Column %d is CELL GAP\n", xFPA);
-                xFPA++;
-                xReadout=0;
-            }
-        }
-        // We skip the gaps between chips.
-        for (x=0;x<CHIP_GAP;x++) {
-            printf("Column %d is CHIP GAP\n", xFPA);
-            xFPA++;
-            xReadout=0;
-        }
-    }
-
-    psFree(myFPA);
-    return(0);
 }
 
@@ -504,5 +461,5 @@
                         psCell *myCell2 = psCellInChip(&chipCoord, tmpChip);
                         if (myCell2 != myCell) {
-                            printf("ERROR: psCellInFPA() != psCellInChip(psChipInFPA()) (%d %d)\n", myCell2, myCell);
+                            printf("ERROR: psCellInFPA() != psCellInChip(psChipInFPA()) (%d %d)\n", (int) myCell2, (int) myCell);
                             printCell(myCell2);
                             printCell(myCell);
