[Yt-svn] yt-commit r960 - trunk/yt/raven

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Wed Nov 26 07:54:32 PST 2008


Author: mturk
Date: Wed Nov 26 07:54:31 2008
New Revision: 960
URL: http://yt.spacepope.org/changeset/960

Log:
Fixing a bug with fixed res buffers and image saving.



Modified:
   trunk/yt/raven/FixedResolution.py

Modified: trunk/yt/raven/FixedResolution.py
==============================================================================
--- trunk/yt/raven/FixedResolution.py	(original)
+++ trunk/yt/raven/FixedResolution.py	Wed Nov 26 07:54:31 2008
@@ -39,6 +39,7 @@
         self.data_source = data_source
         self.pf = data_source.pf
         self.bounds = bounds
+        self.xlim, self.ylim = bounds[:2], bounds[2:]
         self.buff_size = buff_size
         self.antialias = antialias
         self.data = {}



More information about the yt-svn mailing list