Salome HOME
improve comments
authoreap <eap@opencascade.com>
Thu, 10 Jan 2013 11:25:42 +0000 (11:25 +0000)
committereap <eap@opencascade.com>
Thu, 10 Jan 2013 11:25:42 +0000 (11:25 +0000)
src/SMESH/SMESH_MesherHelper.hxx

index da6cfcbfb3efb5ed7e0ec86a00149c9514087217..57252b55e625ba3d13db90cd0a656d483e83e8dd 100644 (file)
@@ -141,13 +141,12 @@ public:
                                         const SMESH_Mesh&   mesh,
                                         TopAbs_ShapeEnum    ancestorType);
   /*!
-   * \brief Find a common ancestors of two shapes of the given type
+   * \brief Find a common ancestor, of the given type, of two shapes
    */
   static TopoDS_Shape GetCommonAncestor(const TopoDS_Shape& shape1,
                                         const TopoDS_Shape& shape2,
                                         const SMESH_Mesh&   mesh,
                                         TopAbs_ShapeEnum    ancestorType);
-
   /*!
    * \brief Return orientation of sub-shape in the main shape
    */