Index: trunk/psLib/src/astro/psCoord.c
===================================================================
--- trunk/psLib/src/astro/psCoord.c	(revision 6445)
+++ trunk/psLib/src/astro/psCoord.c	(revision 6484)
@@ -10,6 +10,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.117 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-02-17 03:24:46 $
+*  @version $Revision: 1.118 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-02-24 23:43:15 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -760,7 +760,11 @@
     for (psS32 g = 0; g < numCoords; g++) {
         xIn->data.F64[g] = ((psPlane *) source->data[g])->x;
+        xIn->n++;
         yIn->data.F64[g] = ((psPlane *) source->data[g])->y;
+        yIn->n++;
         xOut->data.F64[g] = ((psPlane *) dest->data[g])->x;
+        xOut->n++;
         yOut->data.F64[g] = ((psPlane *) dest->data[g])->y;
+        yOut->n++;
     }
 
