| # | Line 457 | Line 457 | mksources(TRITREE *samptree, double thresh, double max | |
|---|---|---|
| 457 | thisethresh); | |
| 458 | if (normalize(vsum) == .0) | |
| 459 | break; | |
| 460 | < | movedist = acos(DOT(vsum,curcent)); |
| 460 | > | movedist = Acos(DOT(vsum,curcent)); |
| 461 | if (movedist > growstep) { | |
| 462 | VSUB(vsum, vsum, curcent); | |
| 463 | movedist = growstep/VLEN(vsum); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |