Skip to content

Commit 723822d

Browse files
All tests pass on wingtip
1 parent 1d5e33c commit 723822d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simulation/m_bubbles_EL.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1511,7 +1511,7 @@ contains
15111511
lag_void_max = 0._wp
15121512
lag_void_avg = 0._wp
15131513
lag_vol = 0._wp
1514-
$:GPU_PARALLEL_LOOP(private='[i,j,k,volcell]', collapse=3, reduction='[[lag_vol, lag_void_avg], [lag_void_max]]', reductionOp='[+, MAX]', copy='[lag_vol, lag_void_avg, lag_void_max]')
1514+
$:GPU_PARALLEL_LOOP(private='[volcell]', collapse=3, reduction='[[lag_vol, lag_void_avg], [lag_void_max]]', reductionOp='[+, MAX]', copy='[lag_vol, lag_void_avg, lag_void_max]')
15151515
do k = 0, p
15161516
do j = 0, n
15171517
do i = 0, m

0 commit comments

Comments
 (0)