Skip to content

Commit

Permalink
FEM: result task panel, add comment to equation
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Feb 18, 2020
1 parent 7f76938 commit 119a12a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mod/Fem/femguiobjects/_ViewProviderFemResultMechanical.py
Expand Up @@ -496,6 +496,8 @@ def calculate(self):
self.restore_result_dialog()
userdefined_eq = self.result_widget.user_def_eq.toPlainText() # Get equation to be used

# https://forum.freecadweb.org/viewtopic.php?f=18&t=42425&start=10#p368774 ff
# https://github.com/FreeCAD/FreeCAD/pull/3020
from ply import lex
from ply import yacc
import femtools.tokrules as tokrules
Expand Down

0 comments on commit 119a12a

Please sign in to comment.