From: apo Date: Wed, 25 Jan 2006 13:53:10 +0000 (+0000) Subject: minor changes X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b53e81909ce10164938ed74c86eee03a36690395;p=modules%2Fsmesh.git minor changes --- diff --git a/src/DriverMED/DriverMED_R_SMESHDS_Mesh.cxx b/src/DriverMED/DriverMED_R_SMESHDS_Mesh.cxx index 54396bf58..44e05bf77 100644 --- a/src/DriverMED/DriverMED_R_SMESHDS_Mesh.cxx +++ b/src/DriverMED/DriverMED_R_SMESHDS_Mesh.cxx @@ -249,11 +249,9 @@ DriverMED_R_SMESHDS_Mesh TInt aNbConn = aConnSlice.size(); aQuantities[iFace] = aNbConn; #ifdef _EDF_NODE_IDS_ - if(anIsNodeNum){ - for(TInt iConn = 0; iConn < aNbConn; iConn++){ + if(anIsNodeNum) + for(TInt iConn = 0; iConn < aNbConn; iConn++) aNodeIds[iNode++] = aNodeInfo->GetElemNum(aConnSlice[iConn] - 1); - } - } else for(TInt iConn = 0; iConn < aNbConn; iConn++) aNodeIds[iNode++] = aConnSlice[iConn]; @@ -262,6 +260,7 @@ DriverMED_R_SMESHDS_Mesh aNodeIds[iNode++] = aConnSlice[iConn]; #endif } + bool isRenum = false; SMDS_MeshElement* anElement = NULL; TInt aFamNum = aPolyedreInfo->GetFamNum(iElem);