mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
bos #20256 [CEA 18523] Porting SMESH to int 64 bits
Fix export huge mesh to MED
This commit is contained in:
parent
f20db3c5b3
commit
a8e83192f6
@ -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
|
||||
// ---------------
|
||||
|
Loading…
Reference in New Issue
Block a user