diff options
Diffstat (limited to 'Examples/Tests/PML')
-rwxr-xr-x | Examples/Tests/PML/analysis_pml_ckc.py | 2 | ||||
-rwxr-xr-x | Examples/Tests/PML/analysis_pml_psatd.py | 2 | ||||
-rwxr-xr-x | Examples/Tests/PML/analysis_pml_yee.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Examples/Tests/PML/analysis_pml_ckc.py b/Examples/Tests/PML/analysis_pml_ckc.py index 602364570..6b32dce1b 100755 --- a/Examples/Tests/PML/analysis_pml_ckc.py +++ b/Examples/Tests/PML/analysis_pml_ckc.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python3 # Copyright 2018-2019 Andrew Myers, Jean-Luc Vay, Maxence Thevenet # Remi Lehe diff --git a/Examples/Tests/PML/analysis_pml_psatd.py b/Examples/Tests/PML/analysis_pml_psatd.py index ea0cb018e..9cb830524 100755 --- a/Examples/Tests/PML/analysis_pml_psatd.py +++ b/Examples/Tests/PML/analysis_pml_psatd.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python3 # Copyright 2019 Jean-Luc Vay, Maxence Thevenet, Remi Lehe # diff --git a/Examples/Tests/PML/analysis_pml_yee.py b/Examples/Tests/PML/analysis_pml_yee.py index 603da1888..513bf210d 100755 --- a/Examples/Tests/PML/analysis_pml_yee.py +++ b/Examples/Tests/PML/analysis_pml_yee.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python3 # Copyright 2018-2019 Andrew Myers, Jean-Luc Vay, Maxence Thevenet # Remi Lehe |