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

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Tue Jun 29 10:20:56 PDT 2010


Author: mturk
Date: Tue Jun 29 10:20:54 2010
New Revision: 1780
URL: http://yt.enzotools.org/changeset/1780

Log:
Fixing typo in adding phase spheres



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:20:54 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