0021151: [CEA] unit test fails

Use int instead long to decrease memory consumption
This commit is contained in:
vsr 2011-01-25 11:38:54 +00:00
parent 029dc689fe
commit f36c4b1044

View File

@ -43,7 +43,7 @@
//typedef unsigned short UShortType;
typedef short ShortType;
typedef long LongType;
typedef int LongType;
class SMDS_MeshNode;
class SMDS_MeshEdge;