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 e111440c6b
commit a01aceffa7

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