FEM: frd reader, missing mode_strain_found = False

This commit is contained in:
fandaL
2017-02-16 07:55:43 +01:00
committed by Bernd Hahnebach
parent 93ce4263bd
commit 845e90c2c5

View File

@@ -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