bos #20256 [CEA 18523] Porting SMESH to int 64 bits

Fix export huge mesh to MED
This commit is contained in:
eap 2021-04-29 13:22:23 +03:00
parent 04f422caeb
commit 4ba3c7cda8

View File

@ -786,7 +786,7 @@ Driver_Mesh::Status DriverMED_W_SMESHDS_Mesh::Perform()
// iterator on elements of a current type
SMDS_ElemIteratorPtr elemIterator;
int iElem = 0;
TInt iElem = 0;
// Treat POLYGONs
// ---------------