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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Sep 19 06:48:14 PDT 2017


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/79051eacdca6/
Changeset:   79051eacdca6
User:        qobilidop
Date:        2017-09-06 22:09:24+00:00
Summary:     Fix a typo
Affected #:  1 file

diff -r e6ea9f86b3eeaf95f3ece1ccec8b35253eff4459 -r 79051eacdca6f891a90c8791ea3050b82528a4ac yt/frontends/gadget/definitions.py
--- a/yt/frontends/gadget/definitions.py
+++ b/yt/frontends/gadget/definitions.py
@@ -29,7 +29,7 @@
                     ('OmegaLambda', 1, 'd'),
                     ('HubbleParam', 1, 'd'),
                     ('FlagAge', 1, 'i'),
-                    ('FlagMEtals', 1, 'i'),
+                    ('FlagMetals', 1, 'i'),
                     ('NallHW', 6, 'i'),
                     ('unused', 16, 'i')),
     pad32       = (('empty',  32, 'c'),),


https://bitbucket.org/yt_analysis/yt/commits/92f604cded46/
Changeset:   92f604cded46
User:        xarthisius
Date:        2017-09-19 13:47:59+00:00
Summary:     Merge pull request #1550 from qobilidop/fix

Fix a small typo in Gadget header spec
Affected #:  1 file

diff -r 98e69bae823e7295062c83440a4af0bf19256f41 -r 92f604cded4654e4d63653cbec574dee30d11d68 yt/frontends/gadget/definitions.py
--- a/yt/frontends/gadget/definitions.py
+++ b/yt/frontends/gadget/definitions.py
@@ -29,7 +29,7 @@
                     ('OmegaLambda', 1, 'd'),
                     ('HubbleParam', 1, 'd'),
                     ('FlagAge', 1, 'i'),
-                    ('FlagMEtals', 1, 'i'),
+                    ('FlagMetals', 1, 'i'),
                     ('NallHW', 6, 'i'),
                     ('unused', 16, 'i')),
     pad32       = (('empty',  32, 'c'),),

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