[yt-svn] commit/yt: scopatz: Added tele to flash units.

Bitbucket commits-noreply at bitbucket.org
Wed Feb 8 11:14:02 PST 2012


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/a87f40c55cfb/
changeset:   a87f40c55cfb
branch:      yt
user:        scopatz
date:        2012-02-08 19:59:24
summary:     Added tele to flash units.
affected #:  1 file

diff -r 3987bb10d37a09c90b63f1935e555c56981bb59d -r a87f40c55cfb316027d2e013e66ca21d6d8d384d yt/frontends/flash/fields.py
--- a/yt/frontends/flash/fields.py
+++ b/yt/frontends/flash/fields.py
@@ -148,6 +148,9 @@
 add_flash_field("temp", function=NullFunc, take_log=True,
                 convert_function=_get_convert("temp"),
                 units=r"\rm{K}")
+add_flash_field("tele", function=NullFunc, take_log=True,
+                convert_function=_get_convert("tele"),
+                units = r"\rm{K}")
 add_flash_field("pres", function=NullFunc, take_log=True,
                 convert_function=_get_convert("pres"),
                 units=r"\rm{erg}\//\/\rm{cm}^{3}")

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