From a01aceffa760f413d426d8e439d77bff0ec38637 Mon Sep 17 00:00:00 2001 From: fandaL Date: Thu, 16 Feb 2017 07:55:43 +0100 Subject: [PATCH] FEM: frd reader, missing mode_strain_found = False --- src/Mod/Fem/importCcxFrdResults.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Mod/Fem/importCcxFrdResults.py b/src/Mod/Fem/importCcxFrdResults.py index b2ab1540ac..67b1d6a0c5 100644 --- a/src/Mod/Fem/importCcxFrdResults.py +++ b/src/Mod/Fem/importCcxFrdResults.py @@ -323,6 +323,9 @@ def readResult(frd_input): if mode_stress_found: mode_stress_found = False + if mode_strain_found: + mode_strain_found = False + if mode_temp_found: mode_temp_found = False