IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36666


Ignore:
Timestamp:
Apr 15, 2014, 11:47:34 AM (12 years ago)
Author:
bills
Message:

Apparently psArrayRealloc does not change array->n

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotFullForceSummary.c

    r36633 r36666  
    193193        if (ID >= sortedTable->n) {
    194194            sortedTable = psArrayRealloc(sortedTable, 2*ID);
     195            // Why doesn't psArrayRealloc do this?????
     196            sortedTable->n = sortedTable->nalloc;
    195197        }
    196198        if (sortedTable->data[ID]) {
Note: See TracChangeset for help on using the changeset viewer.