X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_FaceSide.hxx;h=6f08cc57d40984446df510b6acd0b57f07ed1aee;hp=1964638fea6b65467a415bc6fff2a38d092b529b;hb=0fc0831670e27a5611b941c52dc152fd63964515;hpb=096485adbe5e66ace1182bf6c49dc6853f437d9c diff --git a/src/StdMeshers/StdMeshers_FaceSide.hxx b/src/StdMeshers/StdMeshers_FaceSide.hxx index 1964638fe..6f08cc57d 100644 --- a/src/StdMeshers/StdMeshers_FaceSide.hxx +++ b/src/StdMeshers/StdMeshers_FaceSide.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2020 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -109,7 +109,7 @@ public: ~StdMeshers_FaceSide(); - // static "consrtuctors" + // static "constructors" static StdMeshers_FaceSidePtr New(const TopoDS_Face& Face, const TopoDS_Edge& Edge, SMESH_Mesh* Mesh, @@ -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;