diff options
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 |