Skip to content

Commit 84c938a

Browse files
committed
format
1 parent 70bb126 commit 84c938a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/simulation/m_ibm.fpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ contains
196196
end do
197197

198198
if (surface_tension) then
199-
q_prim_vf(c_idx)%sf(j,k,l) = c_IP
199+
q_prim_vf(c_idx)%sf(j, k, l) = c_IP
200200
end if
201201

202202
if (model_eqns /= 4) then
@@ -241,7 +241,7 @@ contains
241241

242242
! Set color function
243243
if (surface_tension) then
244-
q_cons_vf(c_idx)%sf(j,k,l) = c_IP
244+
q_cons_vf(c_idx)%sf(j, k, l) = c_IP
245245
end if
246246

247247
! Set Energy
@@ -320,7 +320,7 @@ contains
320320
end do
321321

322322
if (surface_tension) then
323-
q_prim_vf(c_idx)%sf(j,k,l) = c_IP
323+
q_prim_vf(c_idx)%sf(j, k, l) = c_IP
324324
end if
325325

326326
call s_convert_species_to_mixture_variables_acc(rho, gamma, pi_inf, qv_K, alpha_IP, &
@@ -820,7 +820,7 @@ contains
820820
end do
821821

822822
if (surface_tension) then
823-
c_IP = c_IP + coeff * q_prim_vf(c_idx)%sf(i,j,k)
823+
c_IP = c_IP + coeff*q_prim_vf(c_idx)%sf(i, j, k)
824824
end if
825825

826826
if (bubbles_euler .and. .not. qbmm) then

0 commit comments

Comments
 (0)