diff options
Diffstat (limited to 'Examples/Modules/embedded_boundary_python_API')
-rwxr-xr-x[-rw-r--r--] | Examples/Modules/embedded_boundary_python_API/PICMI_inputs_EB_API.py | 2 | ||||
-rwxr-xr-x | Examples/Modules/embedded_boundary_python_API/analysis.py | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Examples/Modules/embedded_boundary_python_API/PICMI_inputs_EB_API.py b/Examples/Modules/embedded_boundary_python_API/PICMI_inputs_EB_API.py index bc56968d2..e350ce414 100644..100755 --- a/Examples/Modules/embedded_boundary_python_API/PICMI_inputs_EB_API.py +++ b/Examples/Modules/embedded_boundary_python_API/PICMI_inputs_EB_API.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + from pywarpx import picmi, _libwarpx, fields import numpy as np diff --git a/Examples/Modules/embedded_boundary_python_API/analysis.py b/Examples/Modules/embedded_boundary_python_API/analysis.py index b6b2955cf..09cc2accf 100755 --- a/Examples/Modules/embedded_boundary_python_API/analysis.py +++ b/Examples/Modules/embedded_boundary_python_API/analysis.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python3 # This script just checks that the PICMI file executed successfully. # If it did there will be a plotfile for the final step. |