We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e4d356 commit 0c56440Copy full SHA for 0c56440
1 file changed
src/simulation/m_start_up.fpp
@@ -1188,7 +1188,6 @@ contains
1188
do i = 1, num_particle_beds
1189
num_bed_ibs = num_bed_ibs + particle_bed(i)%num_particles
1190
end do
1191
- print *, "num_bed_ibs", num_bed_ibs
1192
1193
! Check for moving IBs across both namelist and particle bed patches.
1194
moving_immersed_boundary_flag = .false.
@@ -1211,7 +1210,6 @@ contains
1211
1210
call s_compute_ib_neighbor_ranks()
1212
1213
num_gbl_ibs = num_namelist_ibs + num_bed_ibs
1214
- print *, "num_gbl_ibs", num_gbl_ibs
1215
1216
#ifdef MFC_MPI
1217
if (num_procs == 1) then
0 commit comments