[yt-svn] commit/yt: MatthewTurk: Merged in ngoldbaum/yt/yt-3.0 (pull request #976)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri Jun 27 13:15:40 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/dc6a369b263c/
Changeset:   dc6a369b263c
Branch:      yt-3.0
User:        MatthewTurk
Date:        2014-06-27 22:15:30
Summary:     Merged in ngoldbaum/yt/yt-3.0 (pull request #976)

Fixing an issue with Cooling_Time being read in with incorrect units.
Affected #:  1 file

diff -r b2896a72bf4e6be36e61024d901faac6c2b7564f -r dc6a369b263c68adaf02af5d14effa934aed93d8 yt/frontends/enzo/fields.py
--- a/yt/frontends/enzo/fields.py
+++ b/yt/frontends/enzo/fields.py
@@ -49,7 +49,7 @@
 
 class EnzoFieldInfo(FieldInfoContainer):
     known_other_fields = (
-        ("Cooling_Time", ("code_time", ["cooling_time"], None)),
+        ("Cooling_Time", ("s", ["cooling_time"], None)),
         ("HI_kph", ("1/code_time", [], None)),
         ("HeI_kph", ("1/code_time", [], None)),
         ("HeII_kph", ("1/code_time", [], 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