FEM: Moar typos

This commit is contained in:
Unknown
2017-12-31 12:21:51 +01:00
committed by wmayer
parent f34659a29f
commit 93dd48dc6a
7 changed files with 11 additions and 11 deletions

View File

@@ -158,7 +158,7 @@ class Proxy(solverbase.Proxy):
solver_type = ccx_prefs.GetInt("Solver", 0)
obj.MatrixSolverType = known_ccx_solver_types[solver_type]
obj.addProperty("App::PropertyBool", "BeamShellResultOutput3D", "Fem", "Output 3D results for 1D and 2D anlysis ")
obj.addProperty("App::PropertyBool", "BeamShellResultOutput3D", "Fem", "Output 3D results for 1D and 2D analysis ")
dimout = ccx_prefs.GetBool("BeamShellOutput", False)
obj.BeamShellResultOutput3D = dimout