[Yt-svn] yt: Adding a line separator.

hg at spacepope.org hg at spacepope.org
Fri Oct 29 16:04:45 PDT 2010


hg Repository: yt
details:   yt/rev/276e74af822b
changeset: 3495:276e74af822b
user:      Matthew Turk <matthewturk at gmail.com>
date:
Fri Oct 29 16:04:40 2010 -0700
description:
Adding a line separator.

diffstat:

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

diffs (12 lines):

diff -r 5be908117871 -r 276e74af822b yt/analysis_modules/halo_finding/parallel_hop/parallel_hop_interface.py
--- a/yt/analysis_modules/halo_finding/parallel_hop/parallel_hop_interface.py	Fri Oct 29 09:35:20 2010 -0600
+++ b/yt/analysis_modules/halo_finding/parallel_hop/parallel_hop_interface.py	Fri Oct 29 16:04:40 2010 -0700
@@ -32,7 +32,7 @@
 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