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

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Thu Jun 17 15:12:38 PDT 2010


Author: mturk
Date: Thu Jun 17 15:12:38 2010
New Revision: 1752
URL: http://yt.enzotools.org/changeset/1752

Log:
Ooops, missed the ordering here for weight fields.



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	Thu Jun 17 15:12:38 2010
@@ -627,7 +627,8 @@
         p["Axis"] = "CuttingPlane"
         return p
 
-    def add_projection(self, field, axis, data_source = None, weight_field=None,
+    def add_projection(self, field, axis,  weight_field=None,
+                       data_source = None,
                        center=None, use_colorbar=True,
                        figure = None, axes = None, fig_size=None,
                        periodic = True, obj = None, field_parameters = None):



More information about the yt-svn mailing list