]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
0019941: EDF 766 SMESH : Max length hypothesis
authoreap <eap@opencascade.com>
Wed, 14 Jan 2009 09:24:53 +0000 (09:24 +0000)
committereap <eap@opencascade.com>
Wed, 14 Jan 2009 09:24:53 +0000 (09:24 +0000)
   do not notify meshes of SetUsePreestimatedLength()

src/StdMeshers/StdMeshers_MaxLength.cxx

index 32ba95ddcb3f5dd6f0b182414140bacdeaaae905..aa34f81d8b9d7a7b493441752f5df6860517568e 100644 (file)
@@ -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();
   }
 }