mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 10:10:33 +05:00
bos #20256 [CEA 18523] Porting SMESH to int 64 bits
Fix export huge mesh to MED
This commit is contained in:
parent
04f422caeb
commit
4ba3c7cda8
@ -786,7 +786,7 @@ Driver_Mesh::Status DriverMED_W_SMESHDS_Mesh::Perform()
|
|||||||
|
|
||||||
// iterator on elements of a current type
|
// iterator on elements of a current type
|
||||||
SMDS_ElemIteratorPtr elemIterator;
|
SMDS_ElemIteratorPtr elemIterator;
|
||||||
int iElem = 0;
|
TInt iElem = 0;
|
||||||
|
|
||||||
// Treat POLYGONs
|
// Treat POLYGONs
|
||||||
// ---------------
|
// ---------------
|
||||||
|
Loading…
Reference in New Issue
Block a user