FEM: typo

This commit is contained in:
Bernd Hahnebach
2020-03-12 22:27:30 +01:00
parent 2609ec5441
commit 96bd3c58e9

View File

@@ -100,7 +100,7 @@ class FemToolsCcx(QtCore.QRunnable, QtCore.QObject):
raise Exception("FEM: No solver found!")
else:
if solver:
# solver given, searche for the analysis
# solver given, search for the analysis
self.solver = solver
self.find_solver_analysis()
if not self.analysis: