From 1205fe653196e7b768b6f776d45c6f7cbaf6e85f Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 14 Jan 2009 09:24:53 +0000 Subject: [PATCH] 0019941: EDF 766 SMESH : Max length hypothesis do not notify meshes of SetUsePreestimatedLength() --- src/StdMeshers/StdMeshers_MaxLength.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); } } -- 2.39.2