[yt-svn] commit/yt-3.0: ChrisMalone: pass north_vector on through to the cutting plane

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Oct 8 20:52:19 PDT 2013


1 new commit in yt-3.0:

https://bitbucket.org/yt_analysis/yt-3.0/commits/55bffcd057e2/
Changeset:   55bffcd057e2
Branch:      yt-3.0
User:        ChrisMalone
Date:        2013-10-09 05:33:54
Summary:     pass north_vector on through to the cutting plane
Affected #:  1 file

diff -r c86499f6891e4b191a4ac7cbcd44959ed0b9e245 -r 55bffcd057e21b219fdb8f1091b4ca66d8ec8591 yt/visualization/plot_window.py
--- a/yt/visualization/plot_window.py
+++ b/yt/visualization/plot_window.py
@@ -1498,7 +1498,7 @@
         if axes_unit is None and units != ('1', '1'):
             axes_unit = units
         if field_parameters is None: field_parameters = {}
-        cutting = pf.h.cutting(normal, center,
+        cutting = pf.h.cutting(normal, center, north_vector = north_vector,
                               field_parameters = field_parameters)
         cutting.get_data(fields)
         # Hard-coding the origin keyword since the other two options

Repository URL: https://bitbucket.org/yt_analysis/yt-3.0/

--

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