[Yt-svn] yt-commit r1467 - branches/yt-1.5/yt trunk/yt

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Thu Oct 1 13:05:21 PDT 2009


Author: mturk
Date: Thu Oct  1 13:05:19 2009
New Revision: 1467
URL: http://yt.enzotools.org/changeset/1467

Log:
Added axis_names, x_dict and y_dict to the import in mods.py



Modified:
   branches/yt-1.5/yt/mods.py
   trunk/yt/mods.py

Modified: branches/yt-1.5/yt/mods.py
==============================================================================
--- branches/yt-1.5/yt/mods.py	(original)
+++ branches/yt-1.5/yt/mods.py	Thu Oct  1 13:05:19 2009
@@ -41,7 +41,8 @@
     BinnedProfile1D, BinnedProfile2D, BinnedProfile3D, \
     add_field, FieldInfo, EnzoFieldInfo, Enzo2DFieldInfo, OrionFieldInfo, \
     Clump, write_clump_hierarchy, find_clumps, write_clumps, \
-    OrionStaticOutput, HaloFinder, HOPHaloFinder, FOFHaloFinder
+    OrionStaticOutput, HaloFinder, HOPHaloFinder, FOFHaloFinder, \
+    axis_names, x_dict, y_dict
 
 # This is a temporary solution -- in the future, we will allow the user to
 # select this via ytcfg.

Modified: trunk/yt/mods.py
==============================================================================
--- trunk/yt/mods.py	(original)
+++ trunk/yt/mods.py	Thu Oct  1 13:05:19 2009
@@ -43,7 +43,8 @@
     derived_field, \
     add_field, FieldInfo, EnzoFieldInfo, Enzo2DFieldInfo, OrionFieldInfo, \
     Clump, write_clump_hierarchy, find_clumps, write_clumps, \
-    OrionStaticOutput, HaloFinder, HOPHaloFinder, FOFHaloFinder
+    OrionStaticOutput, HaloFinder, HOPHaloFinder, FOFHaloFinder, \
+    axis_names, x_dict, y_dict
 
 # This is a temporary solution -- in the future, we will allow the user to
 # select this via ytcfg.



More information about the yt-svn mailing list