[Fem] Elmer: writer: remove unused variable
This commit is contained in:
@@ -701,7 +701,7 @@ class Writer(object):
|
||||
self._addSolver(body, solverSection)
|
||||
|
||||
def _getElectricforceSolver(self, equation):
|
||||
s = self._createEmptySolver(equation)
|
||||
s = self._createEmptySolver()
|
||||
s["Equation"] = "Electric Force" # equation.Name
|
||||
s["Procedure"] = sifio.FileAttr("ElectricForce/StatElecForce")
|
||||
s["Stabilize"] = equation.Stabilize
|
||||
@@ -1219,7 +1219,7 @@ class Writer(object):
|
||||
for b in bodies:
|
||||
self._equation(b, "Convection", "Computed")
|
||||
|
||||
def _createEmptySolver(self, equation):
|
||||
def _createEmptySolver(self):
|
||||
s = sifio.createSection(sifio.SOLVER)
|
||||
return s
|
||||
|
||||
|
||||
Reference in New Issue
Block a user