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 1bc34a4 commit 19a2ccfCopy full SHA for 19a2ccf
src/simulation/m_checker.fpp
@@ -87,8 +87,6 @@ contains
87
call s_mpi_abort('Bubble models untested with 6-equation model')
88
elseif (model_eqns == 1) then
89
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')
92
!TODO: Comment this out when testing riemann with hll
93
elseif (riemann_solver /= 2) then
94
call s_mpi_abort('Bubble modeling requires riemann_solver = 2')
0 commit comments