FEM: source comment typo fix

This commit is contained in:
luz.paz
2018-03-02 17:57:15 +01:00
committed by Yorik van Havre
parent f869e15ee2
commit eee9a85716

View File

@@ -241,7 +241,7 @@ class FemInputWriter():
def get_material_elements(self):
# it only works if either Volumes or Shellthicknesses or Beamsections are in the material objects
# it means it does not work for mixed meshes and multiple materials, this is checked in check_prerequisites
# the femelement_table is only calculated for the hightest dimension in get_femelement_table
# the femelement_table is only calculated for the highest dimension in get_femelement_table
FreeCAD.Console.PrintMessage('Materials\n')
if self.femmesh.Volumes:
# we only could do this for volumes, if a mesh contains volumes we're going to use them in the analysis