[Yt-svn] yt-commit r814 - trunk/yt/lagos

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Fri Oct 3 11:53:13 PDT 2008


Author: mturk
Date: Fri Oct  3 11:53:12 2008
New Revision: 814
URL: http://yt.spacepope.org/changeset/814

Log:
Forgot a source initialization term, which negated thin-slab projections



Modified:
   trunk/yt/lagos/BaseDataTypes.py

Modified: trunk/yt/lagos/BaseDataTypes.py
==============================================================================
--- trunk/yt/lagos/BaseDataTypes.py	(original)
+++ trunk/yt/lagos/BaseDataTypes.py	Fri Oct  3 11:53:12 2008
@@ -826,7 +826,7 @@
         """
         Enzo2DData.__init__(self, axis, field, pf, node_name = None, **kwargs)
         self.center = center
-        self._initialize_source()
+        self._initialize_source(source)
         self._grids = self.source._grids
         if max_level == None:
             max_level = self.hierarchy.maxLevel



More information about the yt-svn mailing list