Skip to content

Commit 8fbecff

Browse files
author
Diego Vaca
committed
Isolating bug 1
1 parent 35f71e2 commit 8fbecff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simulation/m_bubbles_EL.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ contains
917917
if (lag_params%smooth_type == 1) then
918918
mapCells_pinf = mapCells
919919
else
920-
print *, "lag_params%cluster_type: 2 requires lag_params%smooth_type: 1."
920+
stop "lag_params%cluster_type: 2 requires lag_params%smooth_type: 1."
921921
end if
922922

923923
! Include the cell that contains the bubble (mapCells+1+mapCells)

0 commit comments

Comments
 (0)