Salome HOME
22364: EDF SMESH: Create Mesh dialog box improvement: hide inapplicable algorithms...
[modules/smesh.git] / src / StdMeshers / StdMeshers_Quadrangle_2D.cxx
index 7b37553fd33b0cde09f49bf5bae57a454b8e4127..52bdb0aa560743b64e3cac0db68abdb3e52f726f 100644 (file)
@@ -909,7 +909,7 @@ bool StdMeshers_Quadrangle_2D::Evaluate(SMESH_Mesh&         aMesh,
  * \brief Return true if the algorithm can mesh this shape
  *  \param [in] aShape - shape to check
  *  \param [in] toCheckAll - if true, this check returns OK if all shapes are OK,
- *              else, returns OK if all at least one shape is OK
+ *              else, returns OK if at least one shape is OK
  */
 //================================================================================
 
@@ -939,7 +939,7 @@ bool StdMeshers_Quadrangle_2D::IsApplicable( const TopoDS_Shape & aShape, bool t
     if ( !toCheckAll && nbNoDegenEdges >= 3 ) return true;
   }
   return ( toCheckAll && nbFoundFaces != 0 );
-};
+}
 
 //================================================================================
 /*!