Skip to content

Commit 92f0f19

Browse files
author
Thomas Jackson
committed
Fix OpenACC surface molecular weights
1 parent b4942ca commit 92f0f19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/simulation/m_ibm.fpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ contains
230230
$:GPU_PARALLEL_LOOP(private='[i, physical_loc, dyn_pres, alpha_rho_IP, alpha_IP, pres_IP, vel_IP, vel_g, vel_norm_IP, &
231231
& r_IP, v_IP, pb_IP, mv_IP, nmom_IP, presb_IP, massv_IP, rho, gamma, pi_inf, Re_K, G_K, Gs, gp, &
232232
& innerp, norm, buf, radial_vector, rotation_velocity, j, k, l, q, qv_K, c_IP, nbub, patch_id, &
233-
& Ys_IP, T_IP, mw_IP, e_IP, v_blow_eff, Ys_g, Ys_s, T_s, T_g, mw_s, mw_g, rho_s, mdot_s, &
234-
& v_stefan, d, surface_converged, vel_sum_g, E_ghost]')
233+
& Ys_IP, W_species, T_IP, mw_IP, e_IP, v_blow_eff, Ys_g, Ys_s, T_s, T_g, mw_s, mw_g, rho_s, &
234+
& mdot_s, v_stefan, d, surface_converged, vel_sum_g, E_ghost]')
235235
do i = 1, num_gps
236236
gp = ghost_points(i)
237237
j = gp%loc(1)

0 commit comments

Comments
 (0)