Skip to content

Commit d5dcadd

Browse files
committed
declare loop_end
1 parent a36f8f2 commit d5dcadd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/simulation/m_riemann_solvers.fpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,6 +1259,8 @@ contains
12591259
12601260
integer :: i, j, k, l, q !< Generic loop iterators
12611261
integer :: idx1, idxi
1262+
type(riemann_states) :: c_fast, vel
1263+
integer :: loop_end
12621264
12631265
! Populating the buffers of the left and right Riemann problem
12641266
! states variables, based on the choice of boundary conditions

0 commit comments

Comments
 (0)