From f7dccfaa909e5b9da26bf50c4a22ccca9bb10c40 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Sun, 31 Mar 2019 15:08:38 +0200 Subject: [PATCH] FEM: ccx tools, set back the assignment of linux and osx ccx binary path --- src/Mod/Fem/femtools/ccxtools.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Mod/Fem/femtools/ccxtools.py b/src/Mod/Fem/femtools/ccxtools.py index 83ed67b4c7..bb336438a1 100644 --- a/src/Mod/Fem/femtools/ccxtools.py +++ b/src/Mod/Fem/femtools/ccxtools.py @@ -551,8 +551,7 @@ class FemToolsCcx(QtCore.QRunnable, QtCore.QObject): if FreeCAD.GuiUp: QtGui.QMessageBox.critical(None, error_title, error_message) raise Exception(error_message) - # we use the default ccx command and we don't have to use the path to ccx for calling it - # self.ccx_binary = ccx_path + self.ccx_binary = ccx_path else: if not ccx_binary: self.ccx_prefs = FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Mod/Fem/Ccx")