]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
*** empty log message ***
authorbph <bph>
Mon, 8 Aug 2011 14:44:06 +0000 (14:44 +0000)
committerbph <bph>
Mon, 8 Aug 2011 14:44:06 +0000 (14:44 +0000)
src/INTERP_KERNEL/SplitterTetra.txx

index 8d3265a759528245b5e15dc51e4d2b9e18d4dcb9..9562427403f6192764f5eb07bd3c253e501c43c3 100644 (file)
@@ -1060,12 +1060,8 @@ namespace INTERP_KERNEL
         int conn[4];
         for(int j = 0; j < 4; ++j)
           {
-#if 0
-            nodes[j] = getCoordsOfSubNode2(subZone[ SPLIT_NODES_5[4*i+j] ],conn[j]);
-#else
             conn[j] = subZone[ SPLIT_NODES_5[4*i+j] ];
             nodes[j] = getCoordsOfSubNode(conn[j]);
-#endif
           }
         SplitterTetra<MyMeshTypeS>* t = new SplitterTetra<MyMeshTypeS>(_src_mesh, nodes,conn);
         tetra.push_back(t);