Salome HOME
inline TCollection_AsciiString ElementTypeString (SMESH::ElementType theElemType)
[modules/smesh.git] / src / SMESH_I / SMESH_Mesh_i.cxx
index 83dd619f53811d17a53e4c6a04929af442c62bac..68adc8e6e72593c55c28b628e0f3847efd2c48fc 100644 (file)
@@ -731,6 +731,7 @@ inline TCollection_AsciiString ElementTypeString (SMESH::ElementType theElemType
     CASE2STRING( EDGE );
     CASE2STRING( FACE );
     CASE2STRING( VOLUME );
+    CASE2STRING( ELEM0D );
   default:;
   }
   return "";