Salome HOME
SWIG exception: removing C++11 warnings, minimal work.
[tools/medcoupling.git] / src / MEDLoader / MEDFileEntities.cxx
index 0ccd360710c95d300a214a252a79360b0da04e0b..b6e96938c158806279a324f5c22cd7d6fb975314 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2017  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2019  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -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);
+}