Salome HOME
Update error message about not supported types of elements. All quadratic quadrangles...
authorrnc <rnc@opencascade.com>
Mon, 25 Feb 2013 10:36:44 +0000 (10:36 +0000)
committerrnc <rnc@opencascade.com>
Mon, 25 Feb 2013 10:36:44 +0000 (10:36 +0000)
src/SMESHGUI/SMESHGUI.cxx

index 5c87d1c2c7e2d7fdb27e6a6b9b5191b55699234e..47f42b997031a8aca65ef8023b627deedec0e508 100644 (file)
     {
       format = "GMF";
       notSupportedElemTypes.push_back( SMESH::Entity_0D );
-      notSupportedElemTypes.push_back( SMESH::Entity_Quad_Quadrangle );
       notSupportedElemTypes.push_back( SMESH::Entity_Polygon );
       notSupportedElemTypes.push_back( SMESH::Entity_Quad_Polygon );
       notSupportedElemTypes.push_back( SMESH::Entity_Quad_Pyramid );
-      notSupportedElemTypes.push_back( SMESH::Entity_Quad_Hexa );
       notSupportedElemTypes.push_back( SMESH::Entity_Quad_Penta );
       notSupportedElemTypes.push_back( SMESH::Entity_Hexagonal_Prism );
       notSupportedElemTypes.push_back( SMESH::Entity_Polyhedra );