From eee9a857167d3c11e1bfedb5dbb222416878ff23 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Fri, 2 Mar 2018 17:57:15 +0100 Subject: [PATCH] FEM: source comment typo fix --- src/Mod/Fem/femsolver/writerbase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/femsolver/writerbase.py b/src/Mod/Fem/femsolver/writerbase.py index ac2c9be06f..39219fec94 100644 --- a/src/Mod/Fem/femsolver/writerbase.py +++ b/src/Mod/Fem/femsolver/writerbase.py @@ -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