Skip to content

Commit 85442c0

Browse files
author
Daniel Vickers
committed
Merge conflicts
1 parent 98e8b1c commit 85442c0

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/simulation/m_particle_bed.fpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,13 +173,8 @@ contains
173173
end do
174174

175175
if (n_placed < particle_bed(b)%num_particles) then
176-
<<<<<<< HEAD
177176
print *, "Error :: Failed to place all IBs ib particle bed"
178177
stop
179-
=======
180-
print '("WARNING: particle_bed(",I0,"): placed ",I0," of ",I0," particles after ",I0," attempts")', b, n_placed, &
181-
& particle_bed(b)%num_particles, n_attempts
182-
>>>>>>> 2c3099e1155411381d72e866957b6fcf2d89f9fc
183178
end if
184179

185180
n_total_placed = n_total_placed + n_placed

0 commit comments

Comments
 (0)