Skip to content

Commit 0c56440

Browse files
author
Daniel Vickers
committed
Remove prints
1 parent 7e4d356 commit 0c56440

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/simulation/m_start_up.fpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,6 @@ contains
11881188
do i = 1, num_particle_beds
11891189
num_bed_ibs = num_bed_ibs + particle_bed(i)%num_particles
11901190
end do
1191-
print *, "num_bed_ibs", num_bed_ibs
11921191

11931192
! Check for moving IBs across both namelist and particle bed patches.
11941193
moving_immersed_boundary_flag = .false.
@@ -1211,7 +1210,6 @@ contains
12111210
call s_compute_ib_neighbor_ranks()
12121211

12131212
num_gbl_ibs = num_namelist_ibs + num_bed_ibs
1214-
print *, "num_gbl_ibs", num_gbl_ibs
12151213

12161214
#ifdef MFC_MPI
12171215
if (num_procs == 1) then

0 commit comments

Comments
 (0)