[yt-svn] commit/yt: MatthewTurk: Fixing ordering of setup for field_aliases.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Mar 19 12:02:21 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/794514da3f86/
Changeset:   794514da3f86
Branch:      yt-3.0
User:        MatthewTurk
Date:        2014-03-19 20:02:07
Summary:     Fixing ordering of setup for field_aliases.
Affected #:  1 file

diff -r d4240524c61b412bcc590b26f3e12c22c2759bc7 -r 794514da3f86f4792efff526fdeeb9556e53b0b5 yt/fields/field_info_container.py
--- a/yt/fields/field_info_container.py
+++ b/yt/fields/field_info_container.py
@@ -58,8 +58,8 @@
         # Now we start setting things up.
         self.field_list = field_list
         self.slice_info = slice_info
+        self.field_aliases = {}
         self.setup_fluid_aliases()
-        self.field_aliases = {}
 
     def setup_fluid_fields(self):
         pass

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