Salome HOME
Just do it
[tools/medcoupling.git] / src / MEDLoader / MEDFileEntities.cxx
index 0ccd360710c95d300a214a252a79360b0da04e0b..79190c99cae1a93edc2a205c9c1e1cde44ab5702 100644 (file)
@@ -84,3 +84,13 @@ bool MEDFileAllStaticEntitiesPlusDyn::areAllStaticTypesPresent() const
 {
   return true;
 }
+
+const MEDFileStructureElement *MEDFileAllStaticEntitiesPlusDyn::getWithGT(int idGT) const
+{
+  return _se->getWithGT(idGT);
+}
+
+const MEDFileUMesh *MEDFileAllStaticEntitiesPlusDyn::getSupMeshWithName(const std::string& name) const
+{
+  return _se->getSupMeshWithName(name);
+}