[Yt-svn] yt-commit r1782 - branches/yt-1.7/yt/raven

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Tue Jun 29 10:22:59 PDT 2010


Author: mturk
Date: Tue Jun 29 10:22:58 2010
New Revision: 1782
URL: http://yt.enzotools.org/changeset/1782

Log:
Fixing function signature again



Modified:
   branches/yt-1.7/yt/raven/plot_collection.py

Modified: branches/yt-1.7/yt/raven/plot_collection.py
==============================================================================
--- branches/yt-1.7/yt/raven/plot_collection.py	(original)
+++ branches/yt-1.7/yt/raven/plot_collection.py	Tue Jun 29 10:22:58 2010
@@ -1123,7 +1123,7 @@
         if center is None: center = self.c
         r = radius/self.pf[unit]
         data_source = self.pf.hierarchy.sphere(center, r)
-        p = self.add_phase_object(self, data_source, fields, cmap,
+        p = self.add_phase_object(data_source, fields, cmap,
                              weight, accumulation,
                              x_bins, x_log, x_bounds,
                              y_bins, y_log, y_bounds,



More information about the yt-svn mailing list