Skip to content

Commit c86a630

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

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

TestCases/py_wrapper/turbulent_premixed_psi/run.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,7 @@ def main():
223223
#
224224

225225
#print("solver variable names:",varindex)
226-
iDENSITY = primindex.get("DENSITY")
227-
#print("index of density = ",iDENSITY)
226+
#print("index of density = ",primindex.get("DENSITY"))
228227

229228
index_Vel = varindex.get("VELOCITY_X")
230229
#print("index of velocity = ",index_Vel)

0 commit comments

Comments
 (0)