Skip to content

Commit 84591df

Browse files
Hyeoksu LeeHyeoksu Lee
authored andcommitted
format
1 parent 96f7006 commit 84591df

File tree

2 files changed

+4
-4
lines changed
  • examples

2 files changed

+4
-4
lines changed

examples/3D_lagrange_bubblescreen/case.py

Lines changed: 2 additions & 2 deletions
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

@@ -176,7 +176,7 @@
176176
"fluid_pp(2)%M_v": MW_g,
177177
"fluid_pp(2)%k_v": k_g,
178178
"fluid_pp(2)%cp_v": cp_g,
179-
"fluid_pp(2)%D_v": diffVapor
179+
"fluid_pp(2)%D_v": diffVapor,
180180
}
181181
)
182182
)

examples/3D_lagrange_shbubcollapse/case.py

Lines changed: 2 additions & 2 deletions
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

@@ -178,7 +178,7 @@
178178
"fluid_pp(2)%M_v": MW_g,
179179
"fluid_pp(2)%k_v": k_g,
180180
"fluid_pp(2)%cp_v": cp_g,
181-
"fluid_pp(2)%D_v": diffVapor
181+
"fluid_pp(2)%D_v": diffVapor,
182182
}
183183
)
184184
)

0 commit comments

Comments
 (0)