]> SALOME platform Git repositories - plugins/hexablockplugin.git/commitdiff
Salome HOME
for SMESH 64bit
authorViktor UZLOV <vuzlov@debian10-01.nnov.opencascade.com>
Wed, 17 Feb 2021 09:33:09 +0000 (12:33 +0300)
committerViktor UZLOV <vuzlov@debian10-01.nnov.opencascade.com>
Wed, 17 Feb 2021 09:33:09 +0000 (12:33 +0300)
src/HEXABLOCKPlugin/HEXABLOCKPlugin_FromSkin_3D.cxx

index 6c069159de94683fe478ac766e7ed13839629b62..6e506f7ce52a4f5472b83675f30003aa3698d056 100644 (file)
@@ -1526,7 +1526,7 @@ bool SMESH_HexaFromSkin_3D::Evaluate(SMESH_Mesh &         aMesh,
   bool secondOrder = aMesh.NbFaces( ORDER_QUADRATIC );
 
   int entity = secondOrder ? SMDSEntity_Quad_Hexa : SMDSEntity_Hexa;
-  std::vector<int>& nbByType = aResMap[ aMesh.GetSubMesh( aShape )];
+  std::vector<smIdType>& nbByType = aResMap[ aMesh.GetSubMesh( aShape )];
   if ( entity >= nbByType.size() )
     nbByType.resize( SMDSEntity_Last, 0 );