From: eap Date: Wed, 20 May 2009 15:38:19 +0000 (+0000) Subject: 0020279: [CEA 334] control the "random" use when using mesh algorithms X-Git-Tag: V4_1_0_maintainance_FINAL~84 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c1147ee1c3b642861b5d60b1fea35ee0b0783f2e;p=modules%2Fsmesh.git 0020279: [CEA 334] control the "random" use when using mesh algorithms For stability of StdMeshers_CompositeSegment_1D: + bool IsAlwaysComputed() { return _alwaysComputed; } --- diff --git a/src/SMESH/SMESH_subMesh.hxx b/src/SMESH/SMESH_subMesh.hxx index ace3a346f..83de353db 100644 --- a/src/SMESH/SMESH_subMesh.hxx +++ b/src/SMESH/SMESH_subMesh.hxx @@ -223,6 +223,7 @@ public: * none mesh entity is bound to it */ void SetIsAlwaysComputed(bool isAlCo); + bool IsAlwaysComputed() { return _alwaysComputed; } protected: