[yt-svn] commit/yt: hegan: bugfix to find field values at point

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Jul 28 14:29:50 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/00c05e1eead4/
Changeset:   00c05e1eead4
Branch:      yt-3.0
User:        hegan
Date:        2014-07-28 22:53:19
Summary:     bugfix to find field values at point
Affected #:  1 file

diff -r e88c775e9b28a70ec2cfe9af5abf9b4ea7caae56 -r 00c05e1eead49798a15fedcee014d89f00695a19 yt/data_objects/static_output.py
--- a/yt/data_objects/static_output.py
+++ b/yt/data_objects/static_output.py
@@ -543,7 +543,7 @@
               min_val, mx, my, mz)
         return min_val, self.arr([mx, my, mz], 'code_length', dtype="float64")
 
-    def find_field_values_at_point(self, fields, coord):
+    def find_field_values_at_point(self, fields, coords):
         """
         Returns the values [field1, field2,...] of the fields at the given
         coordinates. Returns a list of field values in the same order as

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