diff options
Diffstat (limited to 'Examples/Modules')
-rwxr-xr-x | Examples/Modules/qed/breit_wheeler/check_2d_tau_init.py | 2 | ||||
-rwxr-xr-x | Examples/Modules/qed/quantum_synchrotron/check_2d_tau_init.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Examples/Modules/qed/breit_wheeler/check_2d_tau_init.py b/Examples/Modules/qed/breit_wheeler/check_2d_tau_init.py index 1e1d6f84a..850ecc0fe 100755 --- a/Examples/Modules/qed/breit_wheeler/check_2d_tau_init.py +++ b/Examples/Modules/qed/breit_wheeler/check_2d_tau_init.py @@ -28,4 +28,4 @@ def main(): if __name__ == "__main__": main() - + diff --git a/Examples/Modules/qed/quantum_synchrotron/check_2d_tau_init.py b/Examples/Modules/qed/quantum_synchrotron/check_2d_tau_init.py index e0f881fa2..05b313ee6 100755 --- a/Examples/Modules/qed/quantum_synchrotron/check_2d_tau_init.py +++ b/Examples/Modules/qed/quantum_synchrotron/check_2d_tau_init.py @@ -33,4 +33,4 @@ def main(): if __name__ == "__main__": main() - + |