[yt-svn] commit/yt: MatthewTurk: Fixing mass_electron_cgs.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Sep 23 11:51:08 PDT 2013


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/3ba017a2fc1b/
Changeset:   3ba017a2fc1b
Branch:      yt
User:        MatthewTurk
Date:        2013-09-23 20:49:10
Summary:     Fixing mass_electron_cgs.
Affected #:  1 file

diff -r 493804c7cebbed7c214bcfe25bb6103abc3d7194 -r 3ba017a2fc1b2f8790d5ebc18703a87a87959aa8 yt/utilities/physical_constants.py
--- a/yt/utilities/physical_constants.py
+++ b/yt/utilities/physical_constants.py
@@ -8,7 +8,7 @@
 # http://physics.nist.gov/cuu/Constants/index.html
 
 # Masses
-mass_electron_cgs = 9.109382-28  # g
+mass_electron_cgs = 9.109382e-28  # g
 amu_cgs           = 1.660538921e-24  # g
 mass_hydrogen_cgs = 1.007947*amu_cgs  # g
 mass_sun_cgs = 1.98841586e33  # g

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