Skip to content

Commit

Permalink
FEM: in out, add missing new line
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach authored and wwmayer committed Feb 14, 2019
1 parent ce5757e commit 97614e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Fem/feminout/importToolsFem.py
Expand Up @@ -372,6 +372,7 @@ def calculate_principal_stress(i):
return (float('NaN'), float('NaN'), float('NaN'), float('NaN'))
# TODO might be possible without a try except for NaN, https://forum.freecadweb.org/viewtopic.php?f=22&t=33911&start=10#p284229


def get_span(node_items):
positions = [] # list of node vectors
for k, v in node_items:
Expand Down

0 comments on commit 97614e0

Please sign in to comment.