Skip to content

Commit

Permalink
FEM: Remove unused property
Browse files Browse the repository at this point in the history
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
  • Loading branch information
PrzemoF authored and yorikvanhavre committed Jun 9, 2015
1 parent 6df5809 commit ca47eea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Mod/Fem/MechanicalAnalysis.py
Expand Up @@ -184,7 +184,6 @@ def __init__(self, obj):
obj.Proxy = self
#obj.Material = StartMat
obj.addProperty("App::PropertyString", "OutputDir", "Base", "Directory where the jobs get generated")
obj.addProperty("App::PropertyFloat", "PlateThickness", "Base", "Thickness of the plate")

def execute(self, obj):
return
Expand Down

0 comments on commit ca47eea

Please sign in to comment.