Salome HOME
IPAL0052448: Too thin viscous layers are constructed
[modules/smesh.git] / src / SMESH / SMESH_MesherHelper.hxx
index 91d7d10411ac35a193e61ac081b50fdd59fc7846..7c8ddbdcf3ddd7dd4a2137b19f6c43846f75d062 100644 (file)
@@ -218,7 +218,8 @@ class SMESH_EXPORT SMESH_MesherHelper
   static double MaxTolerance( const TopoDS_Shape& shape );
 
   static double GetAngle( const TopoDS_Edge & E1, const TopoDS_Edge & E2,
   static double MaxTolerance( const TopoDS_Shape& shape );
 
   static double GetAngle( const TopoDS_Edge & E1, const TopoDS_Edge & E2,
-                          const TopoDS_Face & F, gp_Vec* faceNormal=0);
+                          const TopoDS_Face & F,  const TopoDS_Vertex & V,
+                          gp_Vec* faceNormal=0);
 
   static bool IsClosedEdge( const TopoDS_Edge& anEdge );
 
 
   static bool IsClosedEdge( const TopoDS_Edge& anEdge );