We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b00ec commit 1874569Copy full SHA for 1874569
src/simulation/m_bubbles_EL.fpp
@@ -914,7 +914,9 @@ contains
914
! Bubble dynamic closure from Maeda and Colonius (2018)
915
916
! Range of cells included in Omega
917
- mapCells_pinf = mapCells
+ if (lag_params%smooth_type == 1) then
918
+ mapCells_pinf = mapCells
919
+ end if
920
921
! Include the cell that contains the bubble (mapCells+1+mapCells)
922
smearGrid = mapCells_pinf - (-mapCells_pinf) + 1
0 commit comments