Skip to content

Commit 102bee3

Browse files
author
Diego Vaca
committed
Remove stop commands from GPU regions.
1 parent 687659c commit 102bee3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/simulation/m_checker.fpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,8 @@ contains
330330
@:PROHIBIT(bubbles_lagrange .and. file_per_process, "file_per_process must be false for bubbles_lagrange")
331331
@:PROHIBIT(bubbles_lagrange .and. n==0, "bubbles_lagrange accepts 2D and 3D simulations only")
332332
@:PROHIBIT(bubbles_lagrange .and. model_eqns==3, "The 6-equation flow model does not support bubbles_lagrange")
333-
@:PROHIBIT(lag_params%cluster_type>=2 .and. lag_params%smooth_type/=1, "cluster_type=2 requires smooth_type=1")
333+
@:PROHIBIT(bubbles_lagrange .and. lag_params%cluster_type<=0, "cluster_type must be specified")
334+
@:PROHIBIT(bubbles_lagrange .and. lag_params%cluster_type>=2 .and. lag_params%smooth_type/=1, "cluster_type=2 requires smooth_type=1")
334335
end subroutine s_check_inputs_bubbles_lagrange
335336
336337
!> Checks miscellaneous constraints,

0 commit comments

Comments
 (0)