mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-05 14:54:19 +05:00
0019941: EDF 766 SMESH : Max length hypothesis
do not notify meshes of SetUsePreestimatedLength()
This commit is contained in:
parent
3b1db25f70
commit
1205fe6531
@ -107,7 +107,8 @@ void StdMeshers_MaxLength::SetUsePreestimatedLength(bool toUse)
|
||||
if ( toUse != _preestimation )
|
||||
{
|
||||
_preestimation = toUse;
|
||||
NotifySubMeshesHypothesisModification();
|
||||
// this parameter is just to help the user
|
||||
//NotifySubMeshesHypothesisModification();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user