Skip to content

Commit fa1f8d5

Browse files
committed
format and clean
1 parent 5a31612 commit fa1f8d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/common/m_boundary_conditions.fpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ contains
293293
end if
294294
#endif
295295
end if
296-
297-
!< y-direction
296+
297+
!< y-direction
298298
elseif (bc_dir == 2) then !< y-direction
299299

300300
if (bc_loc == -1) then !< bc_y%beg

src/pre_process/m_mpi_proxy.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ contains
5858
& 'cfl_const_dt', 'cfl_dt', 'surface_tension', &
5959
& 'hyperelasticity', 'pre_stress', 'elliptic_smoothing', 'viscous',&
6060
& 'bubbles_lagrange' ]
61-
call MPI_BCAST(${VAR}$, 1, MPI_LOGICAL, 0, MPI_COMM_WORLD, ierr)
61+
call MPI_BCAST(${VAR}$, 1, MPI_LOGICAL, 0, MPI_COMM_WORLD, ierr)
6262
#:endfor
6363
call MPI_BCAST(fluid_rho(1), num_fluids_max, MPI_LOGICAL, 0, MPI_COMM_WORLD, ierr)
6464

0 commit comments

Comments
 (0)