Salome HOME
oubli de commit
[modules/smesh.git] / src / Tools / blocFissure / gmu / insereFissureGenerale.py
index 2611fa616d5c30b2fa8ea42dc28f7ccdbb0c9cfa..e3f0d0837aacae79f035b4519b0798ddce69665b 100644 (file)
@@ -1179,7 +1179,7 @@ def insereFissureGenerale(maillagesSains,
     aretesVivesC = geompy.MakeCompound(aretesVivesCoupees)
     meshAretesVives = smesh.Mesh(aretesVivesC)
     algo1d = meshAretesVives.Segment()
-    hypo1d = algo1d.LocalLength(dmoyen/3.0,[],1e-07)
+    hypo1d = algo1d.LocalLength(dmoyen,[],1e-07)
     putName(algo1d.GetSubMesh(), "aretesVives")
     putName(algo1d, "algo1d_aretesVives")
     putName(hypo1d, "hypo1d_aretesVives")