Skip to content

Commit e39f0fd

Browse files
Hyeoksu LeeHyeoksu Lee
authored andcommitted
fix shebang
1 parent 32cd56f commit e39f0fd

File tree

2 files changed

+2
-2
lines changed
  • examples

2 files changed

+2
-2
lines changed

examples/3D_lagrange_bubblescreen/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python3
22
import math
33
import json
44

examples/3D_lagrange_shbubcollapse/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python3
22
import math
33
import json
44

0 commit comments

Comments
 (0)