mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 17:00:34 +05:00
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:
parent
aa8faf765a
commit
60009bb9da
@ -223,6 +223,7 @@ public:
|
||||
* none mesh entity is bound to it
|
||||
*/
|
||||
void SetIsAlwaysComputed(bool isAlCo);
|
||||
bool IsAlwaysComputed() { return _alwaysComputed; }
|
||||
|
||||
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user