From f2614ea1d552edc74c317ba7ff2840bcd33d92f2 Mon Sep 17 00:00:00 2001 From: Paul RASCLE Date: Wed, 10 Oct 2018 13:20:08 +0200 Subject: [PATCH] debug load med file with penta18 --- src/MEDWrapper/MED_Common.cxx | 1 + 1 file changed, 1 insertion(+) 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); -- 2.30.2