Change rtree penalty function in rtree.c to use doubles, not long long.
commite6ab97802463c9d4a5f0261bace424a0edb8b73a
authorPeter Clifton <pcjc2@cam.ac.uk>
Mon, 13 Oct 2008 19:22:02 +0000 (13 19:22 +0000)
committerPeter Clifton <pcjc2@cam.ac.uk>
Mon, 13 Oct 2008 19:22:02 +0000 (13 19:22 +0000)
treec0ff75de42e22a28228eb7cc711a404767a4d99b
parent658708520d88e48f914a28e86748821974b0b09d
Change rtree penalty function in rtree.c to use doubles, not long long.

Since the exact integer result doesn't matter, this is ok.
Marginally faster on Core Duo machine.
src/rtree.c