diff options
author | 2019-09-23 11:06:05 -0700 | |
---|---|---|
committer | 2019-09-23 11:06:05 -0700 | |
commit | 7acdcf342f21d89ed4616c05536ba05485629f45 (patch) | |
tree | 3956af83495aa4ef9a382dc97980af5d9712859a /Examples/Tests/photon_pusher/check.py | |
parent | 961bc4685a11e6329aef2bcc98a55cb4ccc3d507 (diff) | |
parent | 9d519aebb7d753e9007c329cfd671524dcd698f2 (diff) | |
download | WarpX-7acdcf342f21d89ed4616c05536ba05485629f45.tar.gz WarpX-7acdcf342f21d89ed4616c05536ba05485629f45.tar.zst WarpX-7acdcf342f21d89ed4616c05536ba05485629f45.zip |
Merge pull request #376 from MaxThevenet/physics_constants
Update physics constants
Diffstat (limited to 'Examples/Tests/photon_pusher/check.py')
-rwxr-xr-x | Examples/Tests/photon_pusher/check.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/Tests/photon_pusher/check.py b/Examples/Tests/photon_pusher/check.py index b7601d085..b1f6d916c 100755 --- a/Examples/Tests/photon_pusher/check.py +++ b/Examples/Tests/photon_pusher/check.py @@ -12,8 +12,8 @@ import sys #Physical constants -c = 299792458.0 -m_e = 9.10938291e-31 +c = 299792458. +m_e = 9.1093837015e-31 #________________________________________ #Test cases |