Skip to content

Commit

Permalink
fix checker
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisZYJ committed Sep 28, 2024
1 parent 76f8c06 commit a7b5ff9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/simulation/m_checker.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ contains
elseif (weno_order == 1 .and. mapped_weno) then
call s_mpi_abort('mapped_weno is not supported for '// &
'weno_order = 1. Exiting ...')
elseif (weno_order /= 7 .and. mapped_weno) then
call s_mpi_abort('mapped_weno is not supported for '// &
'weno_order = 7. Exiting ...')
elseif (weno_order == 1 .and. wenoz) then
call s_mpi_abort('wenoz is not supported for '// &
'weno_order = 1. Exiting ...')
Expand Down

0 comments on commit a7b5ff9

Please sign in to comment.