diff options
Diffstat (limited to 'Examples/Physics_applications/capacitive_discharge')
-rwxr-xr-x[-rw-r--r--] | Examples/Physics_applications/capacitive_discharge/PICMI_inputs_2d.py | 2 | ||||
-rwxr-xr-x | Examples/Physics_applications/capacitive_discharge/analysis.py | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Examples/Physics_applications/capacitive_discharge/PICMI_inputs_2d.py b/Examples/Physics_applications/capacitive_discharge/PICMI_inputs_2d.py index 171e410b4..9e101f4fc 100644..100755 --- a/Examples/Physics_applications/capacitive_discharge/PICMI_inputs_2d.py +++ b/Examples/Physics_applications/capacitive_discharge/PICMI_inputs_2d.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 +# # --- Input file for MCC testing. There is already a test of the MCC # --- functionality. This tests the PICMI interface for the MCC and # --- provides an example of how an external Poisson solver can be diff --git a/Examples/Physics_applications/capacitive_discharge/analysis.py b/Examples/Physics_applications/capacitive_discharge/analysis.py index 1563438bd..41f8f55f3 100755 --- a/Examples/Physics_applications/capacitive_discharge/analysis.py +++ b/Examples/Physics_applications/capacitive_discharge/analysis.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python3 # Copyright 2021 Modern Electron |