From 8dd23f6c898d401fcd82eb29999199ba5c0674f8 Mon Sep 17 00:00:00 2001 From: marioalexis Date: Sun, 21 Jul 2024 22:01:36 -0300 Subject: [PATCH] Fem: Remove unused gmsh option - fixes #6354 --- src/Mod/Fem/femmesh/gmshtools.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Mod/Fem/femmesh/gmshtools.py b/src/Mod/Fem/femmesh/gmshtools.py index 800c543ebc..a3d7fbaa0a 100644 --- a/src/Mod/Fem/femmesh/gmshtools.py +++ b/src/Mod/Fem/femmesh/gmshtools.py @@ -607,8 +607,6 @@ class GmshTools: for i in range(mr_obj.NumberOfLayers) ] ) - # setting["hwall_n"] * 5 # tangential cell dimension - setting["hwall_t"] = setting["thickness"] # hfar: cell dimension outside boundary # should be set later if some character length is set