[yt-svn] commit/yt: brittonsmith: Update select_points call.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Oct 9 08:32:38 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/047649b32817/
Changeset:   047649b32817
Branch:      yt
User:        brittonsmith
Date:        2014-10-09 15:27:58+00:00
Summary:     Update select_points call.
Affected #:  1 file

diff -r 7ae8714f591e4c724f7f635bcddb2377cf20b5b3 -r 047649b328179cc900ab38f3400390e440530ac1 yt/frontends/halo_catalogs/owls_subfind/io.py
--- a/yt/frontends/halo_catalogs/owls_subfind/io.py
+++ b/yt/frontends/halo_catalogs/owls_subfind/io.py
@@ -87,7 +87,7 @@
                     x = coords[:, 0]
                     y = coords[:, 1]
                     z = coords[:, 2]
-                    mask = selector.select_points(x, y, z)
+                    mask = selector.select_points(x, y, z, 0.0)
                     del x, y, z
                     if mask is None: continue
                     for field in field_list:

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list