Skip to content

Commit 3bfa9f4

Browse files
committed
fixed few errors
1 parent 89280ad commit 3bfa9f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/simulation/m_riemann_solvers.fpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ contains
329329
real(wp) :: alpha_L_sum, alpha_R_sum
330330
real(wp) :: zcoef, pcorr !< low Mach number correction
331331

332-
type(riemann_states) :: c_fast, pres_mag
332+
type(riemann_states) :: c_fast, pres_mag, vel
333333
type(riemann_states_vec3) :: B
334334

335335
type(riemann_states) :: Ga ! Gamma (Lorentz factor)
@@ -1209,6 +1209,8 @@ contains
12091209
12101210
integer :: i, j, k, l, q !< Generic loop iterators
12111211
integer :: idx1, idxi
1212+
type(riemann_states) :: c_fast, vel
1213+
integer :: loop_end
12121214
12131215
! Populating the buffers of the left and right Riemann problem
12141216
! states variables, based on the choice of boundary conditions

0 commit comments

Comments
 (0)