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

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Tue Jun 29 10:19:50 PDT 2010


Author: mturk
Date: Tue Jun 29 10:19:48 2010
New Revision: 1779
URL: http://yt.enzotools.org/changeset/1779

Log:
Fixing typo



Modified:
   trunk/yt/raven/plot_collection.py

Modified: trunk/yt/raven/plot_collection.py
==============================================================================
--- trunk/yt/raven/plot_collection.py	(original)
+++ trunk/yt/raven/plot_collection.py	Tue Jun 29 10:19:48 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 = add_phase_object(self, data_source, fields, cmap,
+        p = self.add_phase_object(self, 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