Skip to content

Commit ee298e6

Browse files
committed
lint & format
1 parent e3a22de commit ee298e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simulation/m_riemann_solvers.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3163,7 +3163,7 @@ contains
31633163
F_L(3:4) = U_L(2)*vel%L(2:3) - B%L(1)*B%L(2:3)
31643164
F_L(5:6) = vel%L(1)*B%L(2:3) - vel%L(2:3)*B%L(1)
31653165
F_L(7) = (E%L + pTot_L)*vel%L(1) - B%L(1)*(vel%L(1)*B%L(1) + vel%L(2)*B%L(2) + vel%L(3)*B%L(3))
3166-
3166+
31673167
F_R(1) = U_R(2)
31683168
F_R(2) = U_R(2)*vel%R(1) - B%R(1)*B%R(1) + pTot_R
31693169
F_R(3:4) = U_R(2)*vel%R(2:3) - B%R(1)*B%R(2:3)

0 commit comments

Comments
 (0)