Skip to content

Commit 1874569

Browse files
author
Diego Vaca
committed
Fixed frontier attempt 2
1 parent d6b00ec commit 1874569

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/simulation/m_bubbles_EL.fpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,9 @@ contains
914914
! Bubble dynamic closure from Maeda and Colonius (2018)
915915

916916
! Range of cells included in Omega
917-
mapCells_pinf = mapCells
917+
if (lag_params%smooth_type == 1) then
918+
mapCells_pinf = mapCells
919+
end if
918920

919921
! Include the cell that contains the bubble (mapCells+1+mapCells)
920922
smearGrid = mapCells_pinf - (-mapCells_pinf) + 1

0 commit comments

Comments
 (0)