mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 01:10:35 +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
|
* none mesh entity is bound to it
|
||||||
*/
|
*/
|
||||||
void SetIsAlwaysComputed(bool isAlCo);
|
void SetIsAlwaysComputed(bool isAlCo);
|
||||||
|
bool IsAlwaysComputed() { return _alwaysComputed; }
|
||||||
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
Loading…
Reference in New Issue
Block a user