FEM: typos

This commit is contained in:
Bernd Hahnebach
2019-09-12 21:02:44 +02:00
parent 866010f6d2
commit 5e939be9dd
4 changed files with 6 additions and 6 deletions

View File

@@ -93,8 +93,8 @@ class _FemSolverCalculix():
"Fem",
"Number of modes for frequency calculations"
)
noe = ccx_prefs.GetInt("EigenmodesCount", 10)
obj.EigenmodesCount = (noe, 1, 100, 1)
noem = ccx_prefs.GetInt("EigenmodesCount", 10)
obj.EigenmodesCount = (noem, 1, 100, 1)
obj.addProperty(
"App::PropertyFloatConstraint",