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 0b9df62 commit 9371802Copy full SHA for 9371802
src/simulation/m_start_up.fpp
@@ -269,6 +269,11 @@ contains
269
'model_eqns (6-eq) and Roe average (please use avg_state = 2). '// &
270
'Exiting ...'
271
call s_mpi_abort()
272
+ elseif (bubbles .and. avg_state == 1) then
273
+ print '(A)', 'Unsupported combination of values of '// &
274
+ 'bubbles and Roe average (please use avg_state = 2). '// &
275
+ 'Exiting ...'
276
+ call s_mpi_abort()
277
elseif (model_eqns == 3 .and. wave_speeds == 2) then
278
print '(A)', 'Unsupported combination of values of '// &
279
'model_eqns (6-eq) and wave_speeds (please use wave_speeds = 1). '// &
0 commit comments