From: vsr Date: Tue, 25 Jan 2011 11:38:54 +0000 (+0000) Subject: 0021151: [CEA] unit test fails X-Git-Tag: StartingPortingMED3~121 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f36c4b1044bf4cd3bcf499de60e1356a8ec003ad;p=modules%2Fsmesh.git 0021151: [CEA] unit test fails Use int instead long to decrease memory consumption --- diff --git a/src/SMDS/SMDS_MeshElement.hxx b/src/SMDS/SMDS_MeshElement.hxx index 546ef30f2..4e7028839 100644 --- a/src/SMDS/SMDS_MeshElement.hxx +++ b/src/SMDS/SMDS_MeshElement.hxx @@ -43,7 +43,7 @@ //typedef unsigned short UShortType; typedef short ShortType; -typedef long LongType; +typedef int LongType; class SMDS_MeshNode; class SMDS_MeshEdge;