Skip to content

Commit 6a5f28b

Browse files
Potential fix for code scanning alert no. 5546: Unused local variable
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 4f3a968 commit 6a5f28b

File tree

1 file changed

+0
-2
lines changed
  • TestCases/py_wrapper/turbulent_premixed_psi

1 file changed

+0
-2
lines changed

TestCases/py_wrapper/turbulent_premixed_psi/run.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ def zimont(SU2Driver, iPoint):
111111

112112
iSPECIESSOLVER = SU2Driver.GetSolverIndices()['SPECIES']
113113
gradc = SU2Driver.GetGradient(iSPECIESSOLVER,iPoint,0)
114-
115-
iFLOWSOLVER = SU2Driver.GetSolverIndices()['INC.FLOW']
116114
primindex = SU2Driver.GetPrimitiveIndices()
117115
iDENSITY = primindex.get("DENSITY")
118116
iMU = primindex.get("LAMINAR_VISCOSITY")

0 commit comments

Comments
 (0)