]> SALOME platform Git repositories - plugins/hexablockplugin.git/commitdiff
Salome HOME
fix warnings. 64bit mode vuzlov/20256
authorViktor UZLOV <vuzlov@debian10-01.nnov.opencascade.com>
Thu, 25 Feb 2021 07:47:35 +0000 (10:47 +0300)
committerViktor UZLOV <vuzlov@debian10-01.nnov.opencascade.com>
Thu, 25 Feb 2021 07:47:35 +0000 (10:47 +0300)
src/HEXABLOCKPlugin/HEXABLOCKPlugin_FromSkin_3D.cxx

index 6e506f7ce52a4f5472b83675f30003aa3698d056..f2ea3dcb0ef746a824284dd09956f1c00e0b7d80 100644 (file)
@@ -409,7 +409,7 @@ namespace
     // Find all block sides starting from mesh faces sharing the corner node
     // --------------------------------------------------------------------
 
-    int nbFacesOnSides = 0;
+    smIdType nbFacesOnSides = 0;
     TIDSortedElemSet cornerFaces; // corner faces of found _BlockSide's
     std::list< const SMDS_MeshNode* > corners( 1, nCorner );
     std::list< const SMDS_MeshNode* >::iterator corner = corners.begin();