X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fexamples%2Fdefining_hypotheses_ex10.py;h=6e6bf84bbc185d38dc8616ec9143a892d4055822;hb=7dbb2914d9aa9785661fc4ffb43358ec9a578cf9;hp=115abfadfbc0289e4028f143703c0728dc7b2b93;hpb=c98d9fcd7f02c1f1f5c24dd3e709ed75228d66c4;p=modules%2Fsmesh.git diff --git a/doc/salome/examples/defining_hypotheses_ex10.py b/doc/salome/examples/defining_hypotheses_ex10.py index 115abfadf..6e6bf84bb 100644 --- a/doc/salome/examples/defining_hypotheses_ex10.py +++ b/doc/salome/examples/defining_hypotheses_ex10.py @@ -52,7 +52,7 @@ src_mesh.Triangle(f1) # triangular sub-mesh src_mesh.Compute() -# Mesh the box using projection algoritms +# Mesh the box using projection algorithms # Define the same global 1D and 2D hypotheses tgt_mesh = smesh.Mesh(box, "Target mesh")