[yt-svn] commit/cookbook: MatthewTurk: Reverting.

Bitbucket commits-noreply at bitbucket.org
Thu Mar 22 12:47:59 PDT 2012


1 new commit in cookbook:


https://bitbucket.org/yt_analysis/cookbook/changeset/da7039602d04/
changeset:   da7039602d04
user:        MatthewTurk
date:        2012-03-22 20:47:47
summary:     Reverting.
affected #:  1 file

diff -r ec107f1da0b0b96fa968a64ff5ac013da367d440 -r da7039602d04bec1b7e3724a3be4456e7edafece recipes/extract_fixed_resolution_data.py
--- a/recipes/extract_fixed_resolution_data.py
+++ b/recipes/extract_fixed_resolution_data.py
@@ -19,10 +19,7 @@
 # want
 cube = pf.h.covering_grid(2, # The level we are willing to extract to; higher
                              # levels than this will not contribute to the data!
-                          # Now we set our spatial extent, which is in integer
-                          # coordinates with respect to the level above (i.e.,
-                          # in terms of left_edge + index*dx)
-                          left_edge=[0, 0, 0], 
+                          left_edge=[0.0, 0.0, 0.0], 
                           # How many dimensions along each axis
                           dims=[DIMS,DIMS,DIMS],
                           # And any fields to preload (this is optional!)

Repository URL: https://bitbucket.org/yt_analysis/cookbook/

--

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