| # | Line 206 | Line 206 | add2full( /* add object to full node */ | |
|---|---|---|
| 206 | objset(oset, cu->cutree); | |
| 207 | cukid.cusize = cu->cusize * 0.5; | |
| 208 | ||
| 209 | < | if (inc==O_IN || oset[0] < objlim || cukid.cusize < |
| 209 | > | if (oset[0] < objlim || cukid.cusize < |
| 210 | (oset[0] < MAXSET ? mincusize : mincusize/256.0)) { | |
| 211 | /* add to set */ | |
| 212 | if (oset[0] >= MAXSET) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |