Salome HOME
52976: Find Elements by Point - All does not find Ball element
[modules/smesh.git] / doc / salome / examples / defining_hypotheses_ex05.py
index d2b98f1cc695fbed5ab83aff66c6e793bf1e403b..204496ce039b7803cfda6d7611052b4ce996b094 100644 (file)
@@ -37,7 +37,7 @@ algo.NumberOfSegments(20)
 # assign triangulation algorithm
 algo = tria_mesh.Triangle()
 
-# apply "Max Element Area" hypothesis to each triangle
+# assign "Max Element Area" hypothesis
 algo.MaxElementArea(100)
 
 # compute the mesh