Skip to content

Commit 3809961

Browse files
committed
fix GPU testing
1 parent 21cb9ed commit 3809961

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/simulation/m_bubbles_EL.fpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,7 @@ contains
11881188
if (lag_params%write_bubbles_stats) call s_calculate_lag_bubble_stats()
11891189

11901190
if (lag_params%write_bubbles) then
1191-
$:GPU_UPDATE(host='[gas_p,gas_mv,intfc_rad,intfc_vel]')
1191+
$:GPU_UPDATE(host='[gas_p,gas_mv,gas_mg,intfc_rad,intfc_vel]')
11921192
call s_write_lag_particles(mytime)
11931193
end if
11941194

@@ -1449,7 +1449,7 @@ contains
14491449
gas_mv(k, 1)/(gas_mv(k, 1) + gas_mg(k)), &
14501450
intfc_rad(k, 1), &
14511451
intfc_vel(k, 1), &
1452-
gas_p(k, 2)
1452+
gas_p(k, 1)
14531453
end do
14541454

14551455
close (11)

0 commit comments

Comments
 (0)