We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78fd281 commit 7cf947eCopy full SHA for 7cf947e
src/pre_process/m_mpi_proxy.fpp
@@ -79,7 +79,7 @@ contains
79
#:for VAR in ['geometry', 'type', 'dir', 'loc']
80
call MPI_BCAST(patch_bc(i)%${VAR}$, 1, MPI_INTEGER, 0, MPI_COMM_WORLD, ierr)
81
#:endfor
82
-
+
83
#:for VAR in ['vel', 'angular_vel', 'angles']
84
call MPI_BCAST(patch_ib(i)%${VAR}$, 3, mpi_p, 0, MPI_COMM_WORLD, ierr)
85
0 commit comments