X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FMEDWrapper%2FBase%2FMED_Utilities.cxx;h=7366f22d8a9343fd21511304a6c6aec4bf7d1554;hp=49cd74aac8276f0bb2cc9d28257783a3ce3e94e8;hb=d5029840731bccaa1718e65f0abf3b19198c7293;hpb=7ec258416f5fd16634ee4ab7c789f9af809dee18 diff --git a/src/MEDWrapper/Base/MED_Utilities.cxx b/src/MEDWrapper/Base/MED_Utilities.cxx index 49cd74aac..7366f22d8 100644 --- a/src/MEDWrapper/Base/MED_Utilities.cxx +++ b/src/MEDWrapper/Base/MED_Utilities.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2016 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 @@ -6,7 +6,7 @@ // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -19,7 +19,6 @@ // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // -// #include "MED_Utilities.hxx" #include "MED_Common.hxx" @@ -80,6 +79,7 @@ bool InitEntity2GeomSet() aGeomFACESet.insert(eQUAD8); aGeomFACESet.insert(eQUAD9); aGeomFACESet.insert(ePOLYGONE); + aGeomFACESet.insert(ePOLYGON2); TGeomSet& aGeomMAILLESet = Entity2GeomSet[eMAILLE]; aGeomMAILLESet.insert(ePOINT1);