mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
0021151: [CEA] unit test fails
Use int instead long to decrease memory consumption
This commit is contained in:
parent
029dc689fe
commit
f36c4b1044
@ -43,7 +43,7 @@
|
||||
|
||||
//typedef unsigned short UShortType;
|
||||
typedef short ShortType;
|
||||
typedef long LongType;
|
||||
typedef int LongType;
|
||||
|
||||
class SMDS_MeshNode;
|
||||
class SMDS_MeshEdge;
|
||||
|
Loading…
Reference in New Issue
Block a user