Salome HOME
fix a comment
authoreap <eap@opencascade.com>
Thu, 13 Oct 2011 05:28:23 +0000 (05:28 +0000)
committereap <eap@opencascade.com>
Thu, 13 Oct 2011 05:28:23 +0000 (05:28 +0000)
src/SMESH/SMESH_Algo.hxx
src/SMESH/SMESH_subMesh.hxx
src/SMESH/SMESH_subMeshEventListener.hxx

index 275505fb564088a287f5eaccf3aed05ddb3a2bd2..22107ea47058b5c26aeffde91a81d4b53db01a56 100644 (file)
@@ -365,7 +365,7 @@ protected:
 
   // Algo features influencing which Compute() and how is called:
   // in what turn and with what input shape.
-  // This fields must be redefined if necessary by each descendant at constructor.
+  // These fields must be redefined if necessary by each descendant at constructor.
   bool _onlyUnaryInput;         // mesh one shape of GetDim() at once. Default TRUE
   bool _requireDescretBoundary; // GetDim()-1 mesh must be present. Default TRUE
   bool _requireShape;           // work with GetDim()-1 mesh bound to geom only. Default TRUE
index 3ec734fe19c61915c09aaa5706ec05c31b66384f..694f2af2a70cb419bef9b5f3d660183a73dcf384 100644 (file)
@@ -128,7 +128,7 @@ class SMESH_EXPORT SMESH_subMesh
     * \param where - the submesh to store the listener and it's data
    * 
    * The method remembers the submesh \awhere it puts the listener in order to delete
-   * them when HYP_OK algo_state is lost
+   * it when HYP_OK algo_state is lost
    * After being set, event listener is notified on each event of \awhere submesh.
    */
   void SetEventListener(EventListener*     listener,
index 3ac23b623ea98259579d45d82e6310f8c424e0d9..a978c4591555c05366df2cb6f19bb86a9a5543bc 100644 (file)
@@ -59,7 +59,7 @@ public:
    * \param hyp - hypothesis, if eventType is algo_event
    * 
    * The base implementation (see SMESH_subMesh.cxx) translates CLEAN event
-   * to the subMesh stored in the listener data. Also it sends SUBMESH_COMPUTED
+   * to the subMeshes stored in the listener data. Also it sends SUBMESH_COMPUTED
    * event in case of successful COMPUTE event.
    */
   virtual void ProcessEvent(const int          event,