Skip to content

Commit 19a2ccf

Browse files
committed
Fix small bug
1 parent 1bc34a4 commit 19a2ccf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/simulation/m_checker.fpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ contains
8787
call s_mpi_abort('Bubble models untested with 6-equation model')
8888
elseif (model_eqns == 1) then
8989
call s_mpi_abort('Bubble models untested with pi-gamma model')
90-
elseif (weno_vars /= 2) then
91-
call s_mpi_abort('Bubble modeling requires weno_vars = 2')
9290
!TODO: Comment this out when testing riemann with hll
9391
elseif (riemann_solver /= 2) then
9492
call s_mpi_abort('Bubble modeling requires riemann_solver = 2')

0 commit comments

Comments
 (0)