[Yt-svn] commit/yt: MatthewTurk: Bug fix in single brick volume

Bitbucket commits-noreply at bitbucket.org
Sat Sep 17 06:19:58 PDT 2011


1 new changeset in yt:

http://bitbucket.org/yt_analysis/yt/changeset/01ae67024ea7/
changeset:   01ae67024ea7
branch:      yt
user:        MatthewTurk
date:        2011-09-17 15:05:20
summary:     Bug fix in single brick volume
affected #:  1 file (-1 bytes)

--- a/yt/visualization/volume_rendering/grid_partitioner.py	Thu Sep 15 18:14:29 2011 -0400
+++ b/yt/visualization/volume_rendering/grid_partitioner.py	Sat Sep 17 09:05:20 2011 -0400
@@ -195,7 +195,7 @@
     def initialize_source(self):
         pass
 
-    def traverse(self, back, front):
+    def traverse(self, back, front, image):
         for b in self.bricks: yield b
 
     def reset_cast(self):

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