X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_SelectionProxy.cxx;fp=src%2FSMESHGUI%2FSMESHGUI_SelectionProxy.cxx;h=f66c70ab0e73d61fff9831d59b506c2b01499bcc;hb=c76543a1aba8ee3ce25e7d57403ad3d7ec64b96d;hp=5d9c2b9613d3c22c97034a65a3352a5bd6e9eb17;hpb=db6f1785f59eaa5f2d813dc89a83f9739fcf60ef;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_SelectionProxy.cxx b/src/SMESHGUI/SMESHGUI_SelectionProxy.cxx index 5d9c2b961..f66c70ab0 100644 --- a/src/SMESHGUI/SMESHGUI_SelectionProxy.cxx +++ b/src/SMESHGUI/SMESHGUI_SelectionProxy.cxx @@ -754,7 +754,7 @@ bool SMESH::SelectionProxy::perFaceConnectivity( int id, Connectivity& connectiv SMESH::long_array_var nodes = mesh->GetElemFaceNodes( id, iF ); for ( CORBA::ULong iN = 0; iN < nodes->length(); ++iN ) { - connectivity[ iF ] << nodes[iN]; + connectivity[ iF+1 ] << nodes[iN]; nodeSet << nodes[iN]; } }