Skip to content

Commit

Permalink
FEM: Update solver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FEA-eng authored Mar 14, 2024
1 parent eb2bc96 commit 3b4bebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/femsolver/calculix/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def add_attributes(obj, ccx_prefs):
"App::PropertyEnumeration",
"MaterialNonlinearity",
"Fem",
"Set material nonlinearity (needs geometrical nonlinearity)"
"Set material nonlinearity"
)
obj.MaterialNonlinearity = choices_material_nonlinear
obj.MaterialNonlinearity = choices_material_nonlinear[0]
Expand Down

0 comments on commit 3b4bebb

Please sign in to comment.