diff options
author | 2019-09-11 12:20:06 -0600 | |
---|---|---|
committer | 2019-09-11 12:20:06 -0600 | |
commit | 321a2c763a741c9674bdf7b28332271324221dde (patch) | |
tree | 9f81ea5e8475ab5bd1e769d7865fc7fd492d06eb /Examples/Tests/PML/analysis_pml_ckc.py | |
parent | f6ccb0e34fd2125fd0d933604efc5ed23eb18a71 (diff) | |
parent | fd848331f2fd6af8c56a0027cc5f088286e347c4 (diff) | |
download | WarpX-321a2c763a741c9674bdf7b28332271324221dde.tar.gz WarpX-321a2c763a741c9674bdf7b28332271324221dde.tar.zst WarpX-321a2c763a741c9674bdf7b28332271324221dde.zip |
Merge pull request #333 from ax3l/topic-eolWhitespaceSource
Source & Tools: No EOL Whitespaces
Diffstat (limited to 'Examples/Tests/PML/analysis_pml_ckc.py')
-rwxr-xr-x | Examples/Tests/PML/analysis_pml_ckc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/Tests/PML/analysis_pml_ckc.py b/Examples/Tests/PML/analysis_pml_ckc.py index e095864c0..d6bef942f 100755 --- a/Examples/Tests/PML/analysis_pml_ckc.py +++ b/Examples/Tests/PML/analysis_pml_ckc.py @@ -34,4 +34,4 @@ print("Reflectivity", Reflectivity) print("Reflectivity_theory", Reflectivity_theory) assert( Reflectivity < 105./100 * Reflectivity_theory ) - + |