Changeset 36666 for trunk/psphot/src/psphotFullForceSummary.c
- Timestamp:
- Apr 15, 2014, 11:47:34 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotFullForceSummary.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotFullForceSummary.c
r36633 r36666 193 193 if (ID >= sortedTable->n) { 194 194 sortedTable = psArrayRealloc(sortedTable, 2*ID); 195 // Why doesn't psArrayRealloc do this????? 196 sortedTable->n = sortedTable->nalloc; 195 197 } 196 198 if (sortedTable->data[ID]) {
Note:
See TracChangeset
for help on using the changeset viewer.
