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