From: eap Date: Thu, 24 Mar 2011 16:57:49 +0000 (+0000) Subject: fix setting poly connectivity X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cf73ab121844f1f445367e7c91201a2b519b2992;p=tools%2Fmedcoupling.git fix setting poly connectivity --- diff --git a/src/RENUMBER/renumbering.cxx b/src/RENUMBER/renumbering.cxx index 19a949b0e..66224da7d 100644 --- a/src/RENUMBER/renumbering.cxx +++ b/src/RENUMBER/renumbering.cxx @@ -166,7 +166,7 @@ void changeConnectivity(MESH& mesh, const medGeometryElement& Type, const int& n } CONNECTIVITY* myConnectivity=(CONNECTIVITY*)mesh.getConnectivityptr(); - myConnectivity->setNodal(conn_renum,MED_CELL,Type); + myConnectivity->setNodal(conn_renum,MED_CELL,Type,conn_index_renum); delete[] conn_renum; delete[] conn_index_renum; }