Skip to content

Commit

Permalink
FEM: fixed recent typo introduced in 03fc637
Browse files Browse the repository at this point in the history
  • Loading branch information
luzpaz authored and yorikvanhavre committed Sep 3, 2019
1 parent f22ae84 commit 4e132d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/femmesh/meshtools.py
Expand Up @@ -671,7 +671,7 @@ def get_femmesh_groupdata_sets_by_name(
# no check is done in this regard !!!
# we just check for the group name and the group data type
# what happens if a reference shape was changed
# but the mesh and the mesh groups where not created new !?!
# but the mesh and the mesh groups were not created new !?!
obj = fem_object["Object"]
if femmesh.GroupCount:
for g in femmesh.Groups:
Expand Down

0 comments on commit 4e132d2

Please sign in to comment.