FEM: pep8

This commit is contained in:
Bernd Hahnebach
2021-03-13 21:30:33 +01:00
parent a8c1624b94
commit 69aacc2fc5
5 changed files with 17 additions and 16 deletions

View File

@@ -636,7 +636,6 @@ class Writer(object):
return None
def _handleElasticityMaterial(self, bodies):
gravObj = self._getSingleMember("Fem::ConstraintSelfWeight")
tempObj = self._getSingleMember("Fem::ConstraintInitialTemperature")
if tempObj is not None:
refTemp = self._getFromUi(tempObj.initialTemperature, "K", "O")