Skip to content

Commit 5baa703

Browse files
Dimitrios AdamDimitrios Adam
authored andcommitted
format
1 parent c1e4a40 commit 5baa703

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/common/include/2dHardcodedIC.fpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,10 @@
206206

207207
case (270)
208208
! This hardcoded case extrudes a 1D profile to initialize a 2D simulation domain
209-
@: HardcodedReadValues()
210-
209+
@: HardcodedReadValues()
211210

212211
case (271) ! Premixed Flame Vortices interctiom
213-
212+
214213
@: HardcodedReadValues()
215214
x1c = 0.0027_wp
216215
y1c = 0.005_wp
@@ -230,7 +229,7 @@
230229
q_prim_vf(3)%sf(i, j, 0) = v1c + v2c
231230

232231
case (272)
233-
232+
234233
@: HardcodedReadValues()
235234

236235
y_center = y0_ref

0 commit comments

Comments
 (0)