FEM: ccx tools, set back the assignment of linux and osx ccx binary path

This commit is contained in:
Bernd Hahnebach
2019-04-04 15:42:43 +02:00
committed by wmayer
parent 76542ae729
commit f7dccfaa90
+1 -2
View File
@@ -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")