0020279: [CEA 334] control the "random" use when using mesh algorithms

For stability of StdMeshers_CompositeSegment_1D:
+  bool IsAlwaysComputed() { return _alwaysComputed; }
This commit is contained in:
eap 2009-05-19 15:27:52 +00:00
parent aa8faf765a
commit 60009bb9da

View File

@ -223,6 +223,7 @@ public:
* none mesh entity is bound to it * none mesh entity is bound to it
*/ */
void SetIsAlwaysComputed(bool isAlCo); void SetIsAlwaysComputed(bool isAlCo);
bool IsAlwaysComputed() { return _alwaysComputed; }
protected: protected: