]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
-pedantic -Wall compilation
authorageay <ageay>
Thu, 22 Oct 2009 10:07:56 +0000 (10:07 +0000)
committerageay <ageay>
Thu, 22 Oct 2009 10:07:56 +0000 (10:07 +0000)
src/INTERP_KERNEL/SplitterTetra.txx

index 59fcbf1eb795c72eca8a40b1938c89d22c3eff74..18569a411ce9c53f74be2a03a06e6dab50d8ca03 100644 (file)
@@ -199,7 +199,7 @@ namespace INTERP_KERNEL
 
     // calculate the coordinates of the nodes
     int *cellNodes=new int[nbOfNodes4Type];
-    for(int i = 0;i<nbOfNodes4Type;++i)
+    for(int i = 0;i<(int)nbOfNodes4Type;++i)
       {
         // we could store mapping local -> global numbers too, but not sure it is worth it
         const int globalNodeNum = getGlobalNumberOfNode(i, OTT<ConnType,numPol>::indFC(element), _src_mesh);