FEM: pep8 code formating

This commit is contained in:
Bernd Hahnebach
2020-05-11 18:01:40 +02:00
parent 15897238e1
commit cbd749df61
2 changed files with 3 additions and 2 deletions

View File

@@ -1808,6 +1808,7 @@ class FemInputWriterCcx(writerbase.FemInputWriter):
section_def = "*SOLID SECTION, " + elsetdef + material + "\n"
f.write(section_def)
# ************************************************************************************************
# Helpers
# ccx elset names:

View File

@@ -108,8 +108,8 @@ class FemInputWriter():
self.femmesh = self.mesh_object.FemMesh
else:
FreeCAD.Console.PrintError(
"No finite element mesh object was given to the writer class. "
"In rare cases this might not be an error. Some methods might be broken.\n"
"No finite element mesh object was given to the writer class. "
"In rare cases this might not be an error. Some methods might be broken.\n"
)
self.femnodes_mesh = {}
self.femelement_table = {}