Skip to content

Commit e28a2c9

Browse files
author
Mark Zhang
committed
Remove q_cons_vf optional variable guard
1 parent 01e6492 commit e28a2c9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/simulation/m_ibm.fpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -970,9 +970,6 @@ contains
970970
if (igr) then
971971
! For IGR, we will need to perform operations on
972972
! the conservative variables instead
973-
if (.not. present(q_cons_vf) .and. proc_rank == 0) then
974-
call s_mpi_abort("q_cons_vf is required inside s_interpolate_image_point when running with IGR")
975-
end if
976973
alpha_sum = 0._wp
977974
dyn_pres = 0._wp
978975
if (num_fluids == 1) then

0 commit comments

Comments
 (0)