diff --git a/src/Mod/Fem/feminout/importInpMesh.py b/src/Mod/Fem/feminout/importInpMesh.py index 0ff1d67f82..858ff6de19 100644 --- a/src/Mod/Fem/feminout/importInpMesh.py +++ b/src/Mod/Fem/feminout/importInpMesh.py @@ -136,7 +136,10 @@ def read_inp(file_name): read_node = False elm_category = [] number_of_nodes = 0 + elm_type = "" elm_2nd_line = False + error_seg3 = False + error_not_supported_elemtype = False # reading nodes if (line[:5].upper() == "*NODE") and (model_definition is True):