From 2d45bbed0ade4641ab614271e3727341d5481ba1 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Fri, 6 Mar 2020 07:20:14 +0100 Subject: [PATCH] FEM: ccx tools solver calculix, fix add attributes --- src/Mod/Fem/femobjects/_FemSolverCalculix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/femobjects/_FemSolverCalculix.py b/src/Mod/Fem/femobjects/_FemSolverCalculix.py index 6bb94aaf64..4f72063230 100644 --- a/src/Mod/Fem/femobjects/_FemSolverCalculix.py +++ b/src/Mod/Fem/femobjects/_FemSolverCalculix.py @@ -57,4 +57,4 @@ class _FemSolverCalculix(FemConstraint.Proxy): # only used if the preferences working directory is left blank # add attributes from framework calculix solver - add_attributes(obj) + add_attributes(obj, ccx_prefs)