From c1147ee1c3b642861b5d60b1fea35ee0b0783f2e Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 20 May 2009 15:38:19 +0000 Subject: [PATCH] 0020279: [CEA 334] control the "random" use when using mesh algorithms For stability of StdMeshers_CompositeSegment_1D: + bool IsAlwaysComputed() { return _alwaysComputed; } --- src/SMESH/SMESH_subMesh.hxx | 1 + 1 file changed, 1 insertion(+) 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: -- 2.39.2