X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FMEDWrapper%2FMED_Common.cxx;h=bc8543c37133b958e7dbf79f323ff16c0adfe70d;hp=8eb8db747dacbc99db0759369baea751266eca68;hb=499f29d24922cec66e41b41a0039a954993bc6df;hpb=7a3ecab720cc517ace17c5c4677fd3c20c0051ee diff --git a/src/MEDWrapper/MED_Common.cxx b/src/MEDWrapper/MED_Common.cxx index 8eb8db747..bc8543c37 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-2022 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 @@ -65,8 +65,8 @@ namespace MED TInt GetNbConn(EGeometrieElement typmai, - EEntiteMaillage typent, - TInt mdim) + EEntiteMaillage /*typent*/, + TInt /*mdim*/) { return typmai % 100; } @@ -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);