Skip to content

Commit 31d913f

Browse files
author
Daniel Vickers
committed
For some reason, the last test compiled. It changed with format. I will be curious if the format change does anything.
1 parent b5079f6 commit 31d913f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/m_mpi_common.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ contains
896896
do q = 1, nb
897897
r = (i - 1) + (q - 1)*4 + nb*4 + v_size* &
898898
((j + buff_size) + (m + 2*buff_size + 1)* &
899-
((k + buff_size) + (n + 2*buff_size + 1)*l))
899+
((k + buff_size) + (n + 2*buff_size + 1)*l))
900900
buff_send(r) = real(mv_in(j, k, l + pack_offset, i - nVar, q), kind=wp)
901901
end do
902902
end do

0 commit comments

Comments
 (0)