0019941: EDF 766 SMESH : Max length hypothesis

do not notify meshes of SetUsePreestimatedLength()
This commit is contained in:
eap 2009-01-14 09:24:53 +00:00
parent 3b1db25f70
commit 1205fe6531

View File

@ -107,7 +107,8 @@ void StdMeshers_MaxLength::SetUsePreestimatedLength(bool toUse)
if ( toUse != _preestimation ) if ( toUse != _preestimation )
{ {
_preestimation = toUse; _preestimation = toUse;
NotifySubMeshesHypothesisModification(); // this parameter is just to help the user
//NotifySubMeshesHypothesisModification();
} }
} }