Index: /trunk/psphot/src/psphotFullForceSummary.c
===================================================================
--- /trunk/psphot/src/psphotFullForceSummary.c	(revision 36665)
+++ /trunk/psphot/src/psphotFullForceSummary.c	(revision 36666)
@@ -193,4 +193,6 @@
         if (ID >= sortedTable->n) {
             sortedTable = psArrayRealloc(sortedTable, 2*ID);
+            // Why doesn't psArrayRealloc do this?????
+            sortedTable->n = sortedTable->nalloc;
         }
         if (sortedTable->data[ID]) {
