mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
Correct bugs, connected with 0D Elements implementation (IMP 20089, BUG 21300)
This commit is contained in:
parent
3611527175
commit
5746a53aa7
@ -111,10 +111,10 @@ module SMESH
|
|||||||
{
|
{
|
||||||
ALL,
|
ALL,
|
||||||
NODE,
|
NODE,
|
||||||
ELEM0D,
|
|
||||||
EDGE,
|
EDGE,
|
||||||
FACE,
|
FACE,
|
||||||
VOLUME
|
VOLUME,
|
||||||
|
ELEM0D
|
||||||
};
|
};
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
Loading…
Reference in New Issue
Block a user