[yt-svn] commit/yt: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Mar 20 05:18:45 PDT 2014


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/fec8061ece5b/
Changeset:   fec8061ece5b
Branch:      yt-3.0
User:        MatthewTurk
Date:        2014-03-20 13:14:42
Summary:     Fixing RAMSES attribute error.
Affected #:  1 file

diff -r 794514da3f86f4792efff526fdeeb9556e53b0b5 -r fec8061ece5bed52d1d9df8baf05352db52ca1ef yt/frontends/ramses/data_structures.py
--- a/yt/frontends/ramses/data_structures.py
+++ b/yt/frontends/ramses/data_structures.py
@@ -296,7 +296,7 @@
         # Here we get a copy of the file, which we skip through and read the
         # bits we want.
         oct_handler = self.oct_handler
-        all_fields = self.domain.pf.h.fluid_field_list
+        all_fields = self.domain.pf.index.fluid_field_list
         fields = [f for ft, f in fields]
         tr = {}
         cell_count = selector.count_oct_cells(self.oct_handler, self.domain_id)


https://bitbucket.org/yt_analysis/yt/commits/afbb6c1c19fd/
Changeset:   afbb6c1c19fd
Branch:      yt-3.0
User:        brittonsmith
Date:        2014-03-20 13:18:35
Summary:     Merged in MatthewTurk/yt/yt-3.0 (pull request #736)

Fixing RAMSES attribute error.
Affected #:  1 file

diff -r a10dc67c0f352dd88cc4dd8954e1dc1da210fec1 -r afbb6c1c19fd04fb97eab241ceb4b8382ce206c8 yt/frontends/ramses/data_structures.py
--- a/yt/frontends/ramses/data_structures.py
+++ b/yt/frontends/ramses/data_structures.py
@@ -296,7 +296,7 @@
         # Here we get a copy of the file, which we skip through and read the
         # bits we want.
         oct_handler = self.oct_handler
-        all_fields = self.domain.pf.h.fluid_field_list
+        all_fields = self.domain.pf.index.fluid_field_list
         fields = [f for ft, f in fields]
         tr = {}
         cell_count = selector.count_oct_cells(self.oct_handler, self.domain_id)

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