FEM: pep8 code formating
This commit is contained in:
@@ -1808,6 +1808,7 @@ class FemInputWriterCcx(writerbase.FemInputWriter):
|
||||
section_def = "*SOLID SECTION, " + elsetdef + material + "\n"
|
||||
f.write(section_def)
|
||||
|
||||
|
||||
# ************************************************************************************************
|
||||
# Helpers
|
||||
# ccx elset names:
|
||||
|
||||
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user