[yt-svn] commit/yt: Andrew Myers: forgot to check this part in. This REALLY DOES fix writing to .yt files for Chombo

Bitbucket commits-noreply at bitbucket.org
Tue Dec 18 14:41:58 PST 2012


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/99bbc99c6faa/
changeset:   99bbc99c6faa
branch:      yt
user:        Andrew Myers
date:        2012-12-18 23:34:17
summary:     forgot to check this part in. This REALLY DOES fix writing to .yt files for Chombo
affected #:  1 file

diff -r 4174ccdee99da445bf1a92919a3ae41abab53b2f -r 99bbc99c6faaca1027df645c24ceff7758078298 yt/frontends/chombo/data_structures.py
--- a/yt/frontends/chombo/data_structures.py
+++ b/yt/frontends/chombo/data_structures.py
@@ -143,9 +143,6 @@
                     self.grid_particle_count[ind] += 1
                     self.grids[ind].NumberOfParticles += 1
 
-    def _initialize_data_storage(self):
-        pass
-
     def _detect_fields(self):
         ncomp = int(self._fhandle['/'].attrs['num_components'])
         self.field_list = [c[1] for c in self._fhandle['/'].attrs.items()[-ncomp:]]

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list