[Yt-svn] yt: Disabling Particle IO for now

hg at spacepope.org hg at spacepope.org
Fri Dec 17 14:52:47 PST 2010


hg Repository: yt
details:   yt/rev/82d276c572eb
changeset: 3621:82d276c572eb
user:      Matthew Turk <matthewturk at gmail.com>
date:
Fri Dec 17 14:52:44 2010 -0800
description:
Disabling Particle IO for now

diffstat:

 yt/frontends/enzo/io.py |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r aa0d1b1839ed -r 82d276c572eb yt/frontends/enzo/io.py
--- a/yt/frontends/enzo/io.py	Fri Dec 17 15:39:06 2010 -0700
+++ b/yt/frontends/enzo/io.py	Fri Dec 17 14:52:44 2010 -0800
@@ -100,7 +100,7 @@
 class IOHandlerEnzoHDF5(BaseIOHandler):
 
     _data_style = "enzo_hdf5"
-    _particle_reader = True
+    #_particle_reader = True
 
     def _read_field_names(self, grid):
         """
@@ -145,7 +145,7 @@
 class IOHandlerPackedHDF5(BaseIOHandler):
 
     _data_style = "enzo_packed_3d"
-    _particle_reader = True
+    #_particle_reader = True
 
     def _read_particles(self, fields, rtype, args, grid_list, enclosed,
                         conv_factors):



More information about the yt-svn mailing list