[yt-svn] commit/yt: mzingale: the alias for Gamma was not as a list

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Nov 24 19:09:57 PST 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/a0944e034d1d/
Changeset:   a0944e034d1d
Branch:      yt
User:        mzingale
Date:        2014-11-25 01:38:14+00:00
Summary:     the alias for Gamma was not as a list
Affected #:  1 file

diff -r a4ada3e56dfb45de2e6a85c5069cf4b11d7238f0 -r a0944e034d1db25d5f5679ef7eb57f1dc5159d78 yt/frontends/art/fields.py
--- a/yt/frontends/art/fields.py
+++ b/yt/frontends/art/fields.py
@@ -37,7 +37,7 @@
         ("YMomentumDensity", (mom_units, ["momentum_y"], None)),
         ("ZMomentumDensity", (mom_units, ["momentum_z"], None)),
         ("Pressure", ("", ["pressure"], None)), # Unused
-        ("Gamma", ("", "gamma", None)),
+        ("Gamma", ("", ["gamma"], None)),
         ("GasEnergy", (en_units, ["thermal_energy"], None)),
         ("MetalDensitySNII", (rho_units, ["metal_ii_density"], None)),
         ("MetalDensitySNIa", (rho_units, ["metal_ia_density"], None)),

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