X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDWrapper%2FMED_Common.cxx;h=030dc86b8d595b7756d28c64ad4ea1322d2d8edb;hb=61652a58716c1eae123fac73b609379145a0d1e5;hp=8eb8db747dacbc99db0759369baea751266eca68;hpb=7a3ecab720cc517ace17c5c4677fd3c20c0051ee;p=modules%2Fsmesh.git diff --git a/src/MEDWrapper/MED_Common.cxx b/src/MEDWrapper/MED_Common.cxx index 8eb8db747..030dc86b8 100644 --- a/src/MEDWrapper/MED_Common.cxx +++ b/src/MEDWrapper/MED_Common.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2019 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -108,6 +108,7 @@ namespace MED aGeomMAILLESet.insert(MED::eTETRA10); aGeomMAILLESet.insert(MED::ePYRA13); aGeomMAILLESet.insert(MED::ePENTA15); + aGeomMAILLESet.insert(MED::ePENTA18); aGeomMAILLESet.insert(MED::eHEXA20); aGeomMAILLESet.insert(MED::eHEXA27); aGeomMAILLESet.insert(MED::ePOLYEDRE);