Skip to content

Commit 151504e

Browse files
authored
Update m_assign_variables.fpp
1 parent 9e05105 commit 151504e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/pre_process/m_assign_variables.fpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,7 @@ contains
214214
pres_mag = 1.e-1_wp
215215
loc = x_cc(177)
216216
n_tait = gs_min(1)
217-
B_tait = pi_infs(1)
218-
219-
n_tait = 1._wp/n_tait + 1._wp
220-
B_tait = B_tait*(n_tait - 1._wp)/n_tait
217+
B_tait = ps_inf(1)
221218
222219
if (j < 177) then
223220
q_prim_vf(E_idx)%sf(j, k, l) = 0.5_wp*q_prim_vf(E_idx)%sf(j, k, l)

0 commit comments

Comments
 (0)