Salome HOME
One more FED24
[tools/medcoupling.git] / src / MEDLoader / MEDFileEntities.cxx
index 2429e1e825c82a8ac742d1a39e060384197c5e8e..79190c99cae1a93edc2a205c9c1e1cde44ab5702 100644 (file)
@@ -90,3 +90,7 @@ const MEDFileStructureElement *MEDFileAllStaticEntitiesPlusDyn::getWithGT(int id
   return _se->getWithGT(idGT);
 }
 
+const MEDFileUMesh *MEDFileAllStaticEntitiesPlusDyn::getSupMeshWithName(const std::string& name) const
+{
+  return _se->getSupMeshWithName(name);
+}