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

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Tue Jun 3 10:17:41 PDT 2008


Author: mturk
Date: Tue Jun  3 10:17:38 2008
New Revision: 522
URL: http://yt.spacepope.org/changeset/522

Log:
Got rid of the axis parameter, which we do not need.



Modified:
   trunk/yt/raven/Callbacks.py

Modified: trunk/yt/raven/Callbacks.py
==============================================================================
--- trunk/yt/raven/Callbacks.py	(original)
+++ trunk/yt/raven/Callbacks.py	Tue Jun  3 10:17:38 2008
@@ -32,11 +32,10 @@
         pass
 
 class QuiverCallback(PlotCallback):
-    def __init__(self, field_x, field_y, axis, factor):
+    def __init__(self, field_x, field_y, factor):
         PlotCallback.__init__(self)
         self.field_x = field_x
         self.field_y = field_y
-        self.axis = axis
         self.factor = factor
 
     def __call__(self, plot):



More information about the yt-svn mailing list