From: Paul RASCLE Date: Wed, 10 Oct 2018 11:20:08 +0000 (+0200) Subject: debug load med file with penta18 X-Git-Tag: V9_2_0a2~12^2 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=f2614ea1d552edc74c317ba7ff2840bcd33d92f2 debug load med file with penta18 --- 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);