[Yt-svn] yt-commit r865 - trunk/yt

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Sun Nov 2 13:46:13 PST 2008


Author: mturk
Date: Sun Nov  2 13:46:12 2008
New Revision: 865
URL: http://yt.spacepope.org/changeset/865

Log:
Turned on hierarchy reconstruction by default.  This will slow things down a
bit during instantiation, but I am getting pretty annoyed that so many
hierarchies seem to need it.  A more robust solution will be presented soon.



Modified:
   trunk/yt/config.py

Modified: trunk/yt/config.py
==============================================================================
--- trunk/yt/config.py	(original)
+++ trunk/yt/config.py	Sun Nov  2 13:46:12 2008
@@ -42,11 +42,8 @@
         'centeronmax':'False',
         'minpbar':'300',
         },
-    "SWIG":{
-        'EnzoInterfacePath':'/usr/work/mturk/local/lib/python2.5/site-packages',
-        },
     "lagos":{
-        'ReconstructHierarchy': 'False',
+        'ReconstructHierarchy': 'True',
         'serialize' : 'True',
         'onlydeserialize' : 'False',
         'usefortran' : 'False',



More information about the yt-svn mailing list