From d7a760ea4c3347a9b95b14d9dc2f9619ba14d4db Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Wed, 19 Feb 2020 09:36:43 +0100 Subject: [PATCH] FEM: result task panel, comment --- src/Mod/Fem/femobjects/_FemResultMechanical.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/femobjects/_FemResultMechanical.py b/src/Mod/Fem/femobjects/_FemResultMechanical.py index c710426222..192a39dad6 100644 --- a/src/Mod/Fem/femobjects/_FemResultMechanical.py +++ b/src/Mod/Fem/femobjects/_FemResultMechanical.py @@ -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):