Skip to content

Commit 208acf6

Browse files
committed
fix: remove leftover dummy variable reference from rebase conflict resolution
1 parent 2219edb commit 208acf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/simulation/m_rhs.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ contains
603603
call nvtxEndRange
604604
end if
605605
end if
606-
if ((.not. igr) .or. dummy) then
606+
if (.not. igr) then
607607
! Reconstructing Primitive/Conservative Variables
608608
call nvtxStartRange("RHS-RECONSTRUCTION")
609609

0 commit comments

Comments
 (0)