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

sskory at wrangler.dreamhost.com sskory at wrangler.dreamhost.com
Tue Mar 24 13:27:18 PDT 2009


Author: sskory
Date: Tue Mar 24 13:27:18 2009
New Revision: 1233
URL: http://yt.spacepope.org/changeset/1233

Log:
removing self.axis line which is unused with the new Callback paradigm.

Modified:
   trunk/yt/raven/Callbacks.py

Modified: trunk/yt/raven/Callbacks.py
==============================================================================
--- trunk/yt/raven/Callbacks.py	(original)
+++ trunk/yt/raven/Callbacks.py	Tue Mar 24 13:27:18 2009
@@ -642,7 +642,6 @@
     _type_name = "hop_particles"
     def __init__(self, hop_output, p_size=1.0,
                 max_number=None, min_size=20, alpha=0.2):
-        self.axis = axis
         self.hop_output = hop_output
         self.p_size = p_size
         self.max_number = max_number



More information about the yt-svn mailing list