[yt-svn] commit/yt: ngoldbaum: camera.get_sampler_args was edited in error in 6177755640cc. This restores the old behavior.

Bitbucket commits-noreply at bitbucket.org
Sat Jul 28 14:57:21 PDT 2012


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/31d1c069f5a6/
changeset:   31d1c069f5a6
branch:      yt
user:        ngoldbaum
date:        2012-07-28 23:56:08
summary:     camera.get_sampler_args was edited in error in 6177755640cc.  This restores the old behavior.
affected #:  1 file

diff -r cbf6b6340c6517b77fc194da1a49d75b97fbb381 -r 31d1c069f5a6e880f68415c2bd738ee9eed86787 yt/visualization/volume_rendering/camera.py
--- a/yt/visualization/volume_rendering/camera.py
+++ b/yt/visualization/volume_rendering/camera.py
@@ -297,7 +297,7 @@
                 (-self.width[0]/2.0, self.width[0]/2.0,
                  -self.width[1]/2.0, self.width[1]/2.0),
                 image, self.orienter.unit_vectors[0], self.orienter.unit_vectors[1],
-                na.array(self.width), self.sub_samples)
+                na.array(self.width), self.transfer_function, self.sub_samples)
         return args
 
     def get_sampler(self, args):

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