[FEM] don't add CCX solver by default for new analyses
- if there are other solvers found, we should handle all solvers equally - also reduce amount of console output on every analysis run
This commit is contained in:
@@ -95,8 +95,6 @@ def get_binary(name):
|
||||
"""
|
||||
if name in _SOLVER_PARAM:
|
||||
binary = _SOLVER_PARAM[name].get_binary()
|
||||
if binary is not None:
|
||||
FreeCAD.Console.PrintMessage('Solver binary path: {} \n'.format(binary))
|
||||
return binary
|
||||
else:
|
||||
FreeCAD.Console.PrintError(
|
||||
|
||||
Reference in New Issue
Block a user