diff options
author | 2019-09-19 09:28:07 -0700 | |
---|---|---|
committer | 2019-09-19 09:28:07 -0700 | |
commit | 0eb541900afbb8decde013a471a26d6f2b70d40b (patch) | |
tree | 7c37abc3b0057ec0610645efc37224d3737a968b /Examples/Tests/photon_pusher/check.py | |
parent | 533f3e6c42092fad56816fb4da497f6c776e6f39 (diff) | |
download | WarpX-0eb541900afbb8decde013a471a26d6f2b70d40b.tar.gz WarpX-0eb541900afbb8decde013a471a26d6f2b70d40b.tar.zst WarpX-0eb541900afbb8decde013a471a26d6f2b70d40b.zip |
Update check.py
Diffstat (limited to 'Examples/Tests/photon_pusher/check.py')
-rwxr-xr-x | Examples/Tests/photon_pusher/check.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/Tests/photon_pusher/check.py b/Examples/Tests/photon_pusher/check.py index 996d58e79..e62e7af23 100755 --- a/Examples/Tests/photon_pusher/check.py +++ b/Examples/Tests/photon_pusher/check.py @@ -5,7 +5,7 @@ import sys #This script checks if photons initialized with different momenta and #different initial directions propagate along straight lines at the speed of -#light. +#light. The plotfile to be analyzed is passed as a command line argument. #If the script is run without a command line argument, it regenerates a new #inputfile according to the initial conditions listed below. |