Skip to content

Commit 97e7cc8

Browse files
committed
Fixed flake8 complaints
1 parent 7c001f5 commit 97e7cc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compressible/interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ def consFlux(idir, gamma, idens, ixmom, iymom, iener, irhoX, nvar, nspec, U_stat
11101110
u = U_state[ixmom] / U_state[idens]
11111111
v = U_state[iymom] / U_state[idens]
11121112

1113-
p = (U_state[iener] - 0.5 * U_state[idens]* (u * u + v * v)) * (gamma - 1.0)
1113+
p = (U_state[iener] - 0.5 * U_state[idens] * (u * u + v * v)) * (gamma - 1.0)
11141114

11151115
if (idir == 1):
11161116
F[idens] = U_state[idens] * u

0 commit comments

Comments
 (0)