X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDLoader%2FMEDFileEntities.cxx;h=b6e96938c158806279a324f5c22cd7d6fb975314;hb=88916ccf9c681624b682d10a62c1ee376324c946;hp=2429e1e825c82a8ac742d1a39e060384197c5e8e;hpb=ed70213dcec0c84ce2853088db411dc63b100f40;p=tools%2Fmedcoupling.git diff --git a/src/MEDLoader/MEDFileEntities.cxx b/src/MEDLoader/MEDFileEntities.cxx index 2429e1e82..b6e96938c 100644 --- a/src/MEDLoader/MEDFileEntities.cxx +++ b/src/MEDLoader/MEDFileEntities.cxx @@ -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 @@ -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); +}