X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH_I%2FSMESH_PreMeshInfo.cxx;h=2315d2b7a0248410529395360dfb80bbc1fd62d7;hb=f34590a67f2edb641d0842156e1b2f41a57b192f;hp=caee49db7e8a5ecf05720d850ce56dad3b7f8c77;hpb=9a54694a0ab1e5cbc558a35c4606ceea4f7af2ef;p=modules%2Fsmesh.git diff --git a/src/SMESH_I/SMESH_PreMeshInfo.cxx b/src/SMESH_I/SMESH_PreMeshInfo.cxx index caee49db7..2315d2b7a 100644 --- a/src/SMESH_I/SMESH_PreMeshInfo.cxx +++ b/src/SMESH_I/SMESH_PreMeshInfo.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2014 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 @@ -233,6 +233,7 @@ namespace med2smeshTypes[ MED::eSEG3 ] = SMDSEntity_Quad_Edge ; med2smeshTypes[ MED::eTRIA3 ] = SMDSEntity_Triangle ; med2smeshTypes[ MED::eTRIA6 ] = SMDSEntity_Quad_Triangle ; + med2smeshTypes[ MED::eTRIA7 ] = SMDSEntity_BiQuad_Triangle ; med2smeshTypes[ MED::eQUAD4 ] = SMDSEntity_Quadrangle ; med2smeshTypes[ MED::eQUAD8 ] = SMDSEntity_Quad_Quadrangle ; med2smeshTypes[ MED::eQUAD9 ] = SMDSEntity_BiQuad_Quadrangle ; @@ -285,7 +286,7 @@ namespace const std::string& name, HDFgroup* hdfGroup) { - // we use med identification of element (MED::EGeometrieElement>) types + // we use med identification of element (MED::EGeometrieElement) types // but not enum SMDSAbs_EntityType because values of SMDSAbs_EntityType may // change at insertion of new items in the middle. const vector& medTypes = mesh2medElemType();