Skip to content

Commit 6780c43

Browse files
committed
qodo-merge-pro suggestion to align with master branch
1 parent 9f86b9c commit 6780c43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/simulation/m_rhs.fpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ contains
270270
& idwbuff(2)%beg:idwbuff(2)%end, &
271271
& idwbuff(3)%beg:idwbuff(3)%end))
272272

273-
if (riemann_solver == 1) then
273+
if (riemann_solver == 1 .or. riemann_solver == 4) then
274274
do l = adv_idx%beg + 1, adv_idx%end
275275
@:ALLOCATE(flux_src_n(i)%vf(l)%sf( &
276276
& idwbuff(1)%beg:idwbuff(1)%end, &
@@ -1986,7 +1986,7 @@ contains
19861986
end do
19871987
end if
19881988

1989-
if (riemann_solver == 1) then
1989+
if (riemann_solver == 1 .or. riemann_solver == 4) then
19901990
do l = adv_idx%beg + 1, adv_idx%end
19911991
@:DEALLOCATE(flux_src_n(i)%vf(l)%sf)
19921992
end do

0 commit comments

Comments
 (0)