]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
C++11 compatibility vsr/cxx11support
authorvsr <vsr@opencascade.com>
Wed, 21 Oct 2015 14:34:06 +0000 (17:34 +0300)
committervsr <vsr@opencascade.com>
Wed, 21 Oct 2015 14:34:06 +0000 (17:34 +0300)
src/SMESH/SMESH_MeshEditor.cxx
src/StdMeshers/StdMeshers_Cartesian_3D.cxx

index 2c2fc35e0625002af51119b0a739747ff49b1fdb..5e71716608b13cfd71def12c74f3216c6834d989 100644 (file)
@@ -8528,7 +8528,7 @@ SMESH_MeshEditor::SewFreeBorder (const SMDS_MeshNode* theBordFirstNode,
   // sew the border to the side 2
   // ============================
 
-  int nbNodes[]  = { nSide[0].size(), nSide[1].size() };
+  int nbNodes[]  = { (int)nSide[0].size(), (int)nSide[1].size() };
   int maxNbNodes = Max( nbNodes[0], nbNodes[1] );
 
   bool toMergeConformal = ( nbNodes[0] == nbNodes[1] );
index 139257213412620166fa323e5e133f4dc9e4e9cd..52ac9f8f354407a97c2305744d469e83f75acf62 100644 (file)
@@ -3135,7 +3135,7 @@ namespace
     if ( !_vIntNodes.empty() )
       return false;
 
-    const int ijk[3] = { _i, _j, _k };
+    const size_t ijk[3] = { _i, _j, _k };
     F_IntersectPoint curIntPnt;
 
     // consider a cell to be in a hole if all links in any direction