mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-07 21:28:11 +08:00
Coding - Method guard iterative update (#732)
Used regex in src folder:
^//[\s\n\r\t]*[-=]{2,}[=]*[\n\r]*//[\s\n\r\t]*[a-z]+[\s\n\r\t]*:[\s\n\r\t]*[a-z0-9_:\t\s]*[\s\n\r\t]*//[\s\n\r\t]*[a-z]+[\s\n\r\t]*:[\s\n\r\t]*[a-z0-9_\s\t./-><]{0,22}//[\s\n\r\t]*[-=]{3,}[=]*
This commit is contained in:
@@ -1229,10 +1229,7 @@ GeomAbs_Shape BRep_Tool::MaxContinuity(const TopoDS_Edge& theEdge)
|
||||
return aMaxCont;
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
// function : Pnt
|
||||
// purpose : Returns the 3d point.
|
||||
//=======================================================================
|
||||
//=================================================================================================
|
||||
|
||||
gp_Pnt BRep_Tool::Pnt(const TopoDS_Vertex& V)
|
||||
{
|
||||
|
||||
@@ -22,9 +22,8 @@
|
||||
#include <StdFail_NotDone.hxx>
|
||||
#include <TColStd_HArray1OfReal.hxx>
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
// Purpose - to find min index of global variables and define
|
||||
//----------------------------------------------------------------------------
|
||||
//=================================================================================================
|
||||
|
||||
static Standard_Integer MinIndex(const Handle(FEmTool_HAssemblyTable)& Table)
|
||||
{
|
||||
Standard_Integer dim, el, nvar, Imin;
|
||||
@@ -51,9 +50,8 @@ static Standard_Integer MinIndex(const Handle(FEmTool_HAssemblyTable)& Table)
|
||||
return Imin;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
// Purpose - to find max index of global variables
|
||||
//----------------------------------------------------------------------------
|
||||
//=================================================================================================
|
||||
|
||||
static Standard_Integer MaxIndex(const Handle(FEmTool_HAssemblyTable)& Table)
|
||||
{
|
||||
Standard_Integer dim, el, nvar, Imax;
|
||||
|
||||
Reference in New Issue
Block a user