Skip to content

Commit 9371802

Browse files
authored
Update m_start_up.fpp
1 parent 0b9df62 commit 9371802

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/simulation/m_start_up.fpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,11 @@ contains
269269
'model_eqns (6-eq) and Roe average (please use avg_state = 2). '// &
270270
'Exiting ...'
271271
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()
272277
elseif (model_eqns == 3 .and. wave_speeds == 2) then
273278
print '(A)', 'Unsupported combination of values of '// &
274279
'model_eqns (6-eq) and wave_speeds (please use wave_speeds = 1). '// &

0 commit comments

Comments
 (0)