mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
bos #20256 [CEA 18523] Porting SMESH to int 64 bits
Fix import huge mesh from MED
This commit is contained in:
parent
a8e83192f6
commit
26446f72ec
@ -503,7 +503,7 @@ Driver_Mesh::Status DriverMED_R_SMESHDS_Mesh::Perform()
|
||||
default:;
|
||||
}
|
||||
vector<TInt> aNodeIds(aNbNodes);
|
||||
for ( int iElem = 0; iElem < aNbElems; iElem++ )
|
||||
for ( TInt iElem = 0; iElem < aNbElems; iElem++ )
|
||||
{
|
||||
bool anIsValidConnect = false;
|
||||
TCConnSlice aConnSlice = aCellInfo->GetConnSlice(iElem);
|
||||
|
Loading…
Reference in New Issue
Block a user