[Yt-svn] yt: removing a hard-quit error (keeping the warning) from the kd...

hg at spacepope.org hg at spacepope.org
Fri Dec 17 12:03:56 PST 2010


hg Repository: yt
details:   yt/rev/5439031cd737
changeset: 3617:5439031cd737
user:      Stephen Skory <stephenskory at yahoo.com>
date:
Fri Dec 17 13:03:37 2010 -0700
description:
removing a hard-quit error (keeping the warning) from the kdtree.

diffstat:

 yt/utilities/kdtree/fKD_source.f90 |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 3e99bb6dbb72 -r 5439031cd737 yt/utilities/kdtree/fKD_source.f90
--- a/yt/utilities/kdtree/fKD_source.f90	Thu Dec 16 16:20:17 2010 -0700
+++ b/yt/utilities/kdtree/fKD_source.f90	Fri Dec 17 13:03:37 2010 -0700
@@ -664,7 +664,7 @@
        write (*,*) 'KD_TREE_TRANS: note, that new format is data(1:D,1:N)'
        write (*,*) 'KD_TREE_TRANS: with usually N >> D.   If N =approx= D, then a k-d tree'
        write (*,*) 'KD_TREE_TRANS: is not an appropriate data structure.'
-       stop
+       ! stop
     end if
 
     call build_tree(mr)



More information about the yt-svn mailing list