[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:
Uwe
2023-03-24 02:40:49 +01:00
parent ce62cfae95
commit 5a0f8436c2
2 changed files with 11 additions and 8 deletions

View File

@@ -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(