Skip to content

Commit 47053f8

Browse files
authored
bug fix (#916)
1 parent 7114681 commit 47053f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/post_process/m_mpi_proxy.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ contains
107107
& 'file_per_process', 'relax', 'cf_wrt', &
108108
& 'adv_n', 'ib', 'cfl_adap_dt', 'cfl_const_dt', 'cfl_dt', &
109109
& 'surface_tension', 'hyperelasticity', 'bubbles_lagrange', &
110-
& 'output_partial_domain', 'relativity', 'cont_damage' ]
110+
& 'output_partial_domain', 'relativity', 'cont_damage', 'bc_io']
111111
call MPI_BCAST(${VAR}$, 1, MPI_LOGICAL, 0, MPI_COMM_WORLD, ierr)
112112
#:endfor
113113

0 commit comments

Comments
 (0)