Skip to content

Commit 7cf947e

Browse files
Formatting
1 parent 78fd281 commit 7cf947e

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
@@ -79,7 +79,7 @@ contains
7979
#:for VAR in ['geometry', 'type', 'dir', 'loc']
8080
call MPI_BCAST(patch_bc(i)%${VAR}$, 1, MPI_INTEGER, 0, MPI_COMM_WORLD, ierr)
8181
#:endfor
82-
82+
8383
#:for VAR in ['vel', 'angular_vel', 'angles']
8484
call MPI_BCAST(patch_ib(i)%${VAR}$, 3, mpi_p, 0, MPI_COMM_WORLD, ierr)
8585
#:endfor

0 commit comments

Comments
 (0)