]> SALOME platform Git repositories - modules/smesh.git/commit
Salome HOME
reduce memory limit
authoreap <eap@opencascade.com>
Tue, 10 May 2011 08:27:01 +0000 (08:27 +0000)
committereap <eap@opencascade.com>
Tue, 10 May 2011 08:27:01 +0000 (08:27 +0000)
commit711502d1f010ca1cd69e8b45554375b6cd805740
treed570a1548ae8bd6647a7cbc592280fd2b4129d1b
parent621f26055ecc20aa9c81784b71aae10c2ab4a9b7
reduce memory limit

-      limit = limit * 2;
+      limit = int ( limit * 1.5 );
src/SMDS/SMDS_Mesh.cxx