From: eap Date: Tue, 19 May 2009 15:27:52 +0000 (+0000) Subject: 0020279: [CEA 334] control the "random" use when using mesh algorithms X-Git-Tag: V5_1_2rc1~32 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=60009bb9dae305dc74de790b6ce00e621817d4a9 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: