From b53e81909ce10164938ed74c86eee03a36690395 Mon Sep 17 00:00:00 2001 From: apo Date: Wed, 25 Jan 2006 13:53:10 +0000 Subject: [PATCH] minor changes --- src/DriverMED/DriverMED_R_SMESHDS_Mesh.cxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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); -- 2.39.2