mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
inline TCollection_AsciiString ElementTypeString (SMESH::ElementType theElemType)
{ ... + CASE2STRING( ELEM0D );
This commit is contained in:
parent
19ef864fd7
commit
d51f12e37e
@ -731,6 +731,7 @@ inline TCollection_AsciiString ElementTypeString (SMESH::ElementType theElemType
|
||||
CASE2STRING( EDGE );
|
||||
CASE2STRING( FACE );
|
||||
CASE2STRING( VOLUME );
|
||||
CASE2STRING( ELEM0D );
|
||||
default:;
|
||||
}
|
||||
return "";
|
||||
|
Loading…
Reference in New Issue
Block a user