[FEM] fix missing recompute

after the ccx_dat_file object has been changed, the analysis must be recomputed
This commit is contained in:
Uwe
2022-03-25 21:05:43 +01:00
parent 26faa6a43f
commit 5f3b9d42ff

View File

@@ -813,6 +813,7 @@ class FemToolsCcx(QtCore.QRunnable, QtCore.QObject):
self.results_present = False
self.load_results_ccxfrd()
self.load_results_ccxdat()
self.analysis.Document.recompute()
def load_results_ccxfrd(self):
"""Load results of ccx calculations from .frd file.