From: bph Date: Mon, 8 Aug 2011 14:44:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: EndWorkDidier~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=15a35085cb4d3c6e5e3a35fb4aef24eb5e41b104;p=tools%2Fmedcoupling.git *** empty log message *** --- diff --git a/src/INTERP_KERNEL/SplitterTetra.txx b/src/INTERP_KERNEL/SplitterTetra.txx index 8d3265a75..956242740 100644 --- a/src/INTERP_KERNEL/SplitterTetra.txx +++ b/src/INTERP_KERNEL/SplitterTetra.txx @@ -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* t = new SplitterTetra(_src_mesh, nodes,conn); tetra.push_back(t);