[Yt-svn] commit/yt: MatthewTurk: Adding this missing argument so that projections work again. Currently doesn't

Bitbucket commits-noreply at bitbucket.org
Thu Apr 14 08:15:42 PDT 2011


1 new changeset in yt:

http://bitbucket.org/yt_analysis/yt/changeset/9b5d6c743f24/
changeset:   r4126:9b5d6c743f24
branch:      yt
user:        MatthewTurk
date:        2011-04-14 17:15:21
summary:     Adding this missing argument so that projections work again.  Currently doesn't
do anything.
affected #:  1 file (7 bytes)

--- a/yt/gui/reason/extdirect_repl.py	Thu Apr 14 10:23:06 2011 -0400
+++ b/yt/gui/reason/extdirect_repl.py	Thu Apr 14 11:15:21 2011 -0400
@@ -301,7 +301,7 @@
         return command
 
     @lockit
-    def create_proj(self, pfname, axis, field, weight):
+    def create_proj(self, pfname, axis, field, weight, onmax):
         if weight == "None": weight = None
         else: weight = "'%s'" % (weight)
         funccall = """

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