mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 09:20:34 +05:00
Fix regressions
This commit is contained in:
parent
dfcca981be
commit
07c4cd4c20
@ -1,7 +1,7 @@
|
|||||||
# Union of groups
|
# Union of groups
|
||||||
|
|
||||||
import SMESH_mechanic
|
import SMESH_mechanic
|
||||||
import SMESH
|
import SMESH, SALOMEDS
|
||||||
|
|
||||||
smesh = SMESH_mechanic.smesh
|
smesh = SMESH_mechanic.smesh
|
||||||
mesh = SMESH_mechanic.mesh
|
mesh = SMESH_mechanic.mesh
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Creating groups of entities basing on nodes of other groups
|
# Creating groups of entities basing on nodes of other groups
|
||||||
|
|
||||||
import SMESH_mechanic
|
import SMESH_mechanic
|
||||||
import SMESH
|
import SMESH, SALOMEDS
|
||||||
|
|
||||||
smesh = SMESH_mechanic.smesh
|
smesh = SMESH_mechanic.smesh
|
||||||
mesh = SMESH_mechanic.mesh
|
mesh = SMESH_mechanic.mesh
|
||||||
|
Loading…
Reference in New Issue
Block a user