FEM: result task panel, comment

This commit is contained in:
Bernd Hahnebach
2020-02-19 09:36:43 +01:00
committed by GitHub
parent b4cc35e1c2
commit d7a760ea4c

View File

@@ -316,7 +316,7 @@ class _FemResultMechanical():
obj.removeProperty("StressValues")
# migrate old result objects, because property "Stats"
# consisting of min, avg, max values was reduced to min, max in commit ???????
# consisting of min, avg, max values was reduced to min, max in commit c2a57b3e
if len(obj.Stats) == 39:
temp = obj.Stats
for i in range(12, -1, -1):