From 60009bb9dae305dc74de790b6ce00e621817d4a9 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 19 May 2009 15:27:52 +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.30.2