Changeset 25253
- Timestamp:
- Sep 2, 2009, 12:26:13 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap_mops/psLib/src/types/psTree.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_mops/psLib/src/types/psTree.c
r25252 r25253 202 202 } 203 203 204 if (numData <= maxLeafContents) { 205 // Don't need to do any more work 206 return tree; 207 } 208 204 209 psArray *work = psArrayAlloc(numNodes); // Work queue 205 210 work->data[0] = root;
Note:
See TracChangeset
for help on using the changeset viewer.
