Skip to content

Commit df54d6f

Browse files
committed
fix bug
1 parent 68f876e commit df54d6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/simulation/m_rhs.fpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ contains
173173

174174
integer :: num_eqns_after_adv
175175

176-
$:GPU_ENTER_DATA(copyin='[idwbuff,idwbuff]')
177-
$:GPU_UPDATE(device='[idwbuff, idwbuff]')
176+
$:GPU_ENTER_DATA(copyin='[idwbuff]')
177+
$:GPU_UPDATE(device='[idwbuff]')
178178

179179
@:ALLOCATE(q_cons_qp%vf(1:sys_size))
180180
@:ALLOCATE(q_prim_qp%vf(1:sys_size))

0 commit comments

Comments
 (0)