diff --git a/src/MEDWrapper/MED_Common.cxx b/src/MEDWrapper/MED_Common.cxx index 8eb8db747..3e253ad5c 100644 --- a/src/MEDWrapper/MED_Common.cxx +++ b/src/MEDWrapper/MED_Common.cxx @@ -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);