Skip to content

Commit

Permalink
FEM: result task panel, comment
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Feb 19, 2020
1 parent e4cdb2f commit d4d4998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/femobjects/_FemResultMechanical.py
Expand Up @@ -316,7 +316,7 @@ def onDocumentRestored(self, obj):
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):
Expand Down

0 comments on commit d4d4998

Please sign in to comment.