Salome HOME
One more FED24
[tools/medcoupling.git] / src / MEDLoader / MEDFileStructureElement.cxx
index c8b2e17295359bad8c7c2a7a4848f5861f8c5cc5..0eb37f489f64d47061cf6ae2bec34fcfa2494c1c 100644 (file)
@@ -403,3 +403,8 @@ const MEDFileSEVarAtt *MEDFileStructureElements::getVarAttOf(const std::string &
   const MEDFileStructureElement *se(getSEWithName(seName));
   return se->getVarAtt(varName);
 }
+
+const MEDFileUMesh *MEDFileStructureElements::getSupMeshWithName(const std::string& name) const
+{
+  return _sup->getSupMeshWithName(name);
+}