X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_FaceSide.hxx;h=86fe12c62d6b3f393ca5ef1727ff49df8b3cc790;hp=1964638fea6b65467a415bc6fff2a38d092b529b;hb=f7712f9c03c5553fc299b9bd9d28d81ce1c83666;hpb=89b15cd78e6f46c57f3134d21af59a1d43a5121b diff --git a/src/StdMeshers/StdMeshers_FaceSide.hxx b/src/StdMeshers/StdMeshers_FaceSide.hxx index 1964638fe..86fe12c62 100644 --- a/src/StdMeshers/StdMeshers_FaceSide.hxx +++ b/src/StdMeshers/StdMeshers_FaceSide.hxx @@ -207,7 +207,7 @@ public: double constValue = 0) const; /*! * \brief Return nodes in the order they encounter while walking along - * the while side or a specified EDGE. For a closed side, the 1st point repeats at end. + * the whole side or a specified EDGE. For a closed side, the 1st point repeats at end. * \param iE - index of the EDGE. Default is "all EDGEs". */ std::vector GetOrderedNodes( int iE = ALL_EDGES ) const;