From: eap Date: Wed, 14 Jan 2009 09:24:53 +0000 (+0000) Subject: 0019941: EDF 766 SMESH : Max length hypothesis X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1205fe653196e7b768b6f776d45c6f7cbaf6e85f;p=modules%2Fsmesh.git 0019941: EDF 766 SMESH : Max length hypothesis do not notify meshes of SetUsePreestimatedLength() --- diff --git a/src/StdMeshers/StdMeshers_MaxLength.cxx b/src/StdMeshers/StdMeshers_MaxLength.cxx index 32ba95ddc..aa34f81d8 100644 --- a/src/StdMeshers/StdMeshers_MaxLength.cxx +++ b/src/StdMeshers/StdMeshers_MaxLength.cxx @@ -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(); } }