Skip to content

Commit

Permalink
FEM: mesh tools, typo
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Aug 28, 2019
1 parent ff5c854 commit 03fc637
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 were not created new !?!
# but the mesh and the mesh groups where not created new !?!

This comment has been minimized.

Copy link
@luzpaz

luzpaz Aug 28, 2019

Contributor

@berndhahnebach actually were is correct grammatically. This commit should be reverted.

This comment has been minimized.

Copy link
@luzpaz

luzpaz Aug 30, 2019

Contributor

@berndhahnebach I've pushed a fix on the tail of #2471

obj = fem_object["Object"]
if femmesh.GroupCount:
for g in femmesh.Groups:
Expand Down

0 comments on commit 03fc637

Please sign in to comment.