Skip to content

Commit 3773d10

Browse files
author
Diego Vaca
committed
removing bc_xyz from gaussian
1 parent 6736d6c commit 3773d10

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/simulation/m_bubbles_EL_kernels.fpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,12 @@ contains
159159
if (p > 0) nodecoord(3) = z_cc(cellaux(3))
160160
call s_applygaussian(center, cellaux, nodecoord, stddsv, 0._wp, func)
161161
if (p == 0) call s_applygaussian(center, cellaux, nodecoord, stddsv, 1._wp, func2)
162-
print *, 's_applygaussian'
163162

164163
! Relocate cells for bubbles intersecting symmetric boundaries
165-
if (bc_x%beg == -2 .or. bc_x%end == -2 .or. bc_y%beg == -2 .or. bc_y%end == -2 &
166-
.or. bc_z%beg == -2 .or. bc_z%end == -2) then
167-
call s_shift_cell_symmetric_bc(cellaux, cell)
168-
end if
164+
! if (bc_x%beg == -2 .or. bc_x%end == -2 .or. bc_y%beg == -2 .or. bc_y%end == -2 &
165+
! .or. bc_z%beg == -2 .or. bc_z%end == -2) then
166+
! call s_shift_cell_symmetric_bc(cellaux, cell)
167+
! end if
169168
else
170169
func = 0._wp
171170
func2 = 0._wp

0 commit comments

Comments
 (0)