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 35f71e2 commit 8fbecffCopy full SHA for 8fbecff
src/simulation/m_bubbles_EL.fpp
@@ -917,7 +917,7 @@ contains
917
if (lag_params%smooth_type == 1) then
918
mapCells_pinf = mapCells
919
else
920
- print *, "lag_params%cluster_type: 2 requires lag_params%smooth_type: 1."
+ stop "lag_params%cluster_type: 2 requires lag_params%smooth_type: 1."
921
end if
922
923
! Include the cell that contains the bubble (mapCells+1+mapCells)
0 commit comments