From: gdd Date: Tue, 19 Apr 2011 15:00:54 +0000 (+0000) Subject: rnc: Mistake X-Git-Tag: Start_BR_19998_21191_NEW_ENV~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0943b1a66f2f0b57cc093dbda28d9e98b2650d0d;p=modules%2Fsmesh.git rnc: Mistake --- diff --git a/src/SMESH_SWIG/smeshDC.py b/src/SMESH_SWIG/smeshDC.py index eb01f5861..e3743161d 100644 --- a/src/SMESH_SWIG/smeshDC.py +++ b/src/SMESH_SWIG/smeshDC.py @@ -5031,7 +5031,7 @@ class Mesh_Triangle(Mesh_Algorithm): ## Sets an attractor on the chosen face. The mesh size will decrease exponentially with the distance from theAttractor, following the rule h(d) = theEndSize - (theEndSize - theStartSize) * exp [ - ( d / theInfluenceDistance ) ^ 2 ] # @param theFace : face on which the attractor will be defined - # @param theAttractor : geometrical object frome which the mesh size "h" decrease exponentially + # @param theAttractor : geometrical object frome which the mesh size "h" decreases exponentially # @param theStartSize : mesh size on theAttractor # @param theEndSize : maximum size that will be reached on theFace # @param theInfluenceDistance : influence of the attractor ( the size grow slower on theFace if it's high)