[Yt-svn] yt: Two kdtree functions were missing from parallel HOP.

hg at spacepope.org hg at spacepope.org
Fri Oct 29 08:35:46 PDT 2010


hg Repository: yt
details:   yt/rev/5be908117871
changeset: 3494:5be908117871
user:      Stephen Skory <stephenskory at yahoo.com>
date:
Fri Oct 29 09:35:20 2010 -0600
description:
Two kdtree functions were missing from parallel HOP.

diffstat:

 yt/analysis_modules/halo_finding/parallel_hop/parallel_hop_interface.py |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 782bda7e39ad -r 5be908117871 yt/analysis_modules/halo_finding/parallel_hop/parallel_hop_interface.py
--- a/yt/analysis_modules/halo_finding/parallel_hop/parallel_hop_interface.py	Thu Oct 28 18:14:55 2010 -0700
+++ b/yt/analysis_modules/halo_finding/parallel_hop/parallel_hop_interface.py	Fri Oct 29 09:35:20 2010 -0600
@@ -32,7 +32,8 @@
 try:
     from yt.utilities.kdtree import \
         chainHOP_tags_dens, \
-        create_tree, fKD, find_nn_nearest_neighbors
+        create_tree, fKD, find_nn_nearest_neighbors,
+        free_tree, find_chunk_nearest_neighbors
 except ImportError:
     mylog.debug("The Fortran kD-Tree did not import correctly.")
 



More information about the yt-svn mailing list