mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 03:50:32 +05:00
Fix for bug PAL10314: Hang up on import 'essaiminimail.med' in SMESH
This commit is contained in:
parent
8e26c31d5f
commit
7cef40c6c1
@ -232,7 +232,7 @@ Driver_Mesh::Status DriverMED_R_SMESHDS_Mesh::Perform()
|
||||
EBooleen anIsNodeNum = aNodeInfo->IsElemNum();
|
||||
TInt aNbElems = aNodeInfo->GetNbElem();
|
||||
if(MYDEBUG) MESSAGE("Perform - aNodeInfo->GetNbElem() = "<<aNbElems<<"; anIsNodeNum = "<<anIsNodeNum);
|
||||
DriverMED_FamilyPtr aFamily = myFamilies.begin()->second;
|
||||
DriverMED_FamilyPtr aFamily;
|
||||
for(TInt iElem = 0; iElem < aNbElems; iElem++){
|
||||
double aCoords[3] = {0.0, 0.0, 0.0};
|
||||
for(TInt iDim = 0; iDim < 3; iDim++)
|
||||
|
Loading…
Reference in New Issue
Block a user