Fem: typo in thickness property of FemAnalysis class

This commit is contained in:
Bernd Hahnebach
2015-03-13 08:14:38 +01:00
committed by Yorik van Havre
parent f838ceb871
commit 2edf2d60b4

View File

@@ -146,7 +146,7 @@ class _FemAnalysis:
obj.Proxy = self
#obj.Material = StartMat
obj.addProperty("App::PropertyString","OutputDir","Base","Directory where the jobs get generated")
obj.addProperty("App::PropertyFloat","PlateThikness","Base","Thikness of the plate")
obj.addProperty("App::PropertyFloat","PlateThickness","Base","Thickness of the plate")
def execute(self,obj):