[Yt-svn] yt-commit r734 - branches/yt-1.0/yt trunk/yt

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Wed Aug 20 21:16:11 PDT 2008


Author: mturk
Date: Wed Aug 20 21:16:11 2008
New Revision: 734
URL: http://yt.spacepope.org/changeset/734

Log:
Adding clump contour callback to the mods.py import.



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

Modified: branches/yt-1.0/yt/mods.py
==============================================================================
--- branches/yt-1.0/yt/mods.py	(original)
+++ branches/yt-1.0/yt/mods.py	Wed Aug 20 21:16:11 2008
@@ -40,7 +40,7 @@
 from yt.raven import PlotCollection, PlotCollectionInteractive, \
     QuiverCallback, ParticleCallback, ContourCallback, \
     GridBoundaryCallback, UnitBoundaryCallback, \
-    LinePlotCallback, CuttingQuiverCallback
+    LinePlotCallback, CuttingQuiverCallback, ClumpContourCallback
 
 try:
     from yt.raven import VolumeRenderingDataCube, \

Modified: trunk/yt/mods.py
==============================================================================
--- trunk/yt/mods.py	(original)
+++ trunk/yt/mods.py	Wed Aug 20 21:16:11 2008
@@ -40,7 +40,7 @@
 from yt.raven import PlotCollection, PlotCollectionInteractive, \
     QuiverCallback, ParticleCallback, ContourCallback, \
     GridBoundaryCallback, UnitBoundaryCallback, \
-    LinePlotCallback, CuttingQuiverCallback
+    LinePlotCallback, CuttingQuiverCallback, ClumpContourCallback
 
 try:
     from yt.raven import VolumeRenderingDataCube, \



More information about the yt-svn mailing list