Skip to content

Commit c8e7f9f

Browse files
committed
Format
1 parent 4833d7b commit c8e7f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pre_process/m_mpi_proxy.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ contains
127127
#:endfor
128128
129129
call MPI_BCAST(patch_icpp(i)%model_spc, 1, MPI_INTEGER, 0, MPI_COMM_WORLD, ierr)
130-
130+
131131
if (chemistry) then
132132
call MPI_BCAST(patch_icpp(i)%Y, size(patch_icpp(i)%Y), mpi_p, 0, MPI_COMM_WORLD, ierr)
133133
end if

0 commit comments

Comments
 (0)