IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25253


Ignore:
Timestamp:
Sep 2, 2009, 12:26:13 PM (17 years ago)
Author:
Paul Price
Message:

Adding trivial case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_mops/psLib/src/types/psTree.c

    r25252 r25253  
    202202    }
    203203
     204    if (numData <= maxLeafContents) {
     205        // Don't need to do any more work
     206        return tree;
     207    }
     208
    204209    psArray *work = psArrayAlloc(numNodes); // Work queue
    205210    work->data[0] = root;
Note: See TracChangeset for help on using the changeset viewer.