minor changes

This commit is contained in:
apo 2006-01-25 13:53:10 +00:00
parent 0893b18124
commit b53e81909c

View File

@ -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);