[yt-svn] commit/yt: MatthewTurk: Fixing typo.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Jun 18 17:56:48 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/7b5983865d57/
Changeset:   7b5983865d57
Branch:      yt-3.0
User:        MatthewTurk
Date:        2014-06-19 02:56:27
Summary:     Fixing typo.
Affected #:  1 file

diff -r c6e1bd5989e247913d02bb4cb767f55855f9ceb9 -r 7b5983865d57840feae0314ab8c7f990d3173440 yt/frontends/sph/io.py
--- a/yt/frontends/sph/io.py
+++ b/yt/frontends/sph/io.py
@@ -610,7 +610,7 @@
                         eps = np.finfo(pp["Coordinates"][ax].dtype).eps
                         pos[:,i] = pp["Coordinates"][ax]
                     regions.add_data_file(pos, data_file.file_id,
-                                          data_file.pf.filter_bbbox)
+                                          data_file.pf.filter_bbox)
                     morton[ind:ind+c] = compute_morton(
                         pos[:,0], pos[:,1], pos[:,2],
                         DLE, DRE, data_file.pf.filter_bbox)

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