diff options
Diffstat (limited to 'Examples/Modules/embedded_boundary_rotated_cube')
-rwxr-xr-x | Examples/Modules/embedded_boundary_rotated_cube/analysis_fields.py | 2 | ||||
-rwxr-xr-x | Examples/Modules/embedded_boundary_rotated_cube/analysis_fields_2d.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Examples/Modules/embedded_boundary_rotated_cube/analysis_fields.py b/Examples/Modules/embedded_boundary_rotated_cube/analysis_fields.py index 7765c5d69..655322b5b 100755 --- a/Examples/Modules/embedded_boundary_rotated_cube/analysis_fields.py +++ b/Examples/Modules/embedded_boundary_rotated_cube/analysis_fields.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python3 # Copyright 2021 Lorenzo Giacomel # diff --git a/Examples/Modules/embedded_boundary_rotated_cube/analysis_fields_2d.py b/Examples/Modules/embedded_boundary_rotated_cube/analysis_fields_2d.py index cde45e596..2b48d1a36 100755 --- a/Examples/Modules/embedded_boundary_rotated_cube/analysis_fields_2d.py +++ b/Examples/Modules/embedded_boundary_rotated_cube/analysis_fields_2d.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python3 import yt import os |