Salome HOME
Another fix like previous one.
[modules/smesh.git] / src / SMESH_I / SMESH_Mesh_i.cxx
index 2aee2fa97bf080553c1c698132bd89ec3b8a59aa..6673da334f792372bc420fcfae7a2b2719f50101 100644 (file)
@@ -2416,6 +2416,17 @@ CORBA::Long SMESH_Mesh_i::NbElements()throw (SALOME::SALOME_Exception)
   return NbEdges() + NbFaces() + NbVolumes();
 }
 
+//=============================================================================
+/*!
+ *
+ */
+//=============================================================================
+CORBA::Long SMESH_Mesh_i::Nb0DElements()throw (SALOME::SALOME_Exception)
+{
+  Unexpect aCatch(SALOME_SalomeException);
+  return _impl->Nb0DElements();
+}
+
 //=============================================================================
 /*!
  *