@@ -168,7 +168,8 @@ contains
168168 relax, relax_model, &
169169 palpha_eps, ptgalpha_eps, &
170170 R0_type, file_per_process, sigma, &
171- pi_fac, adv_n, adap_dt, bf_x, bf_y, bf_z, &
171+ pi_fac, adv_n, adap_dt, adap_dt_tol, &
172+ bf_x, bf_y, bf_z, &
172173 k_x, k_y, k_z, w_x, w_y, w_z, p_x, p_y, p_z, &
173174 g_x, g_y, g_z, n_start, t_save, t_stop, &
174175 cfl_adap_dt, cfl_const_dt, cfl_target, &
@@ -1621,7 +1622,7 @@ contains
16211622 if (chemistry) then
16221623 !$acc update device(q_T_sf%sf)
16231624 end if
1624- !$acc update device(nb, R0ref, Ca, Web, Re_inv, weight, R0, V0, bubbles_euler, polytropic, polydisperse, qbmm, R0_type, ptil, bubble_model, thermal, poly_sigma, adv_n, adap_dt, n_idx, pi_fac, low_Mach)
1625+ !$acc update device(nb, R0ref, Ca, Web, Re_inv, weight, R0, V0, bubbles_euler, polytropic, polydisperse, qbmm, R0_type, ptil, bubble_model, thermal, poly_sigma, adv_n, adap_dt, adap_dt_tol, n_idx, pi_fac, low_Mach)
16251626 !$acc update device(R_n, R_v, phi_vn, phi_nv, Pe_c, Tw, pv, M_n, M_v, k_n, k_v, pb0, mass_n0, mass_v0, Pe_T, Re_trans_T, Re_trans_c, Im_trans_T, Im_trans_c, omegaN , mul0, ss, gamma_v, mu_v, gamma_m, gamma_n, mu_n, gam)
16261627
16271628 !$acc update device(acoustic_source, num_source)
0 commit comments