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

index f8c9bb28a299540e108e977977693390e87264f2..59fcbf1eb795c72eca8a40b1938c89d22c3eff74 100644 (file)
@@ -355,7 +355,7 @@ namespace INTERP_KERNEL
 
     // calculate the transformed coordinates of the nodes
     double nodes[nbOfNodes4Type][3];
-    for(int i = 0;i<nbOfNodes4Type;++i)
+    for(int i = 0;i<(int)nbOfNodes4Type;++i)
     {
       _t->apply(nodes[i], tetraCorners[i]);
       checkIsOutside(nodes[i], isOutside);