File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ def main():
5959 # all the indices and the map to the names of the primitives
6060 primindex = driver .GetPrimitiveIndices ()
6161
62- nVars = driver . GetNumberSolverVars ( iSOLVER )
62+
6363 varindex = primindex .copy ()
6464 #for prim in varindex.copy():
6565 # if varindex[prim] >=nVars:
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments