Fix regressions

This commit is contained in:
eap 2017-01-24 13:16:37 +03:00
parent dfcca981be
commit 07c4cd4c20
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Union of groups
import SMESH_mechanic
import SMESH
import SMESH, SALOMEDS
smesh = SMESH_mechanic.smesh
mesh = SMESH_mechanic.mesh

View File

@ -1,7 +1,7 @@
# Creating groups of entities basing on nodes of other groups
import SMESH_mechanic
import SMESH
import SMESH, SALOMEDS
smesh = SMESH_mechanic.smesh
mesh = SMESH_mechanic.mesh